包装箱基板更新
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.Map;
|
||||
* 包装箱表 前端控制器
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/code/woPackagingBox")
|
||||
|
||||
@@ -31,7 +31,7 @@ import java.util.Map;
|
||||
* 包装箱基板关联表 ( 基板表 ) 前端控制器
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/code/woPackagingBoxSubstrate")
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.math.BigDecimal;
|
||||
* 包装箱表
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Data
|
||||
@ApiModel(value = "包装箱表DTO对象")
|
||||
@@ -26,7 +26,7 @@ public class WoPackagingBoxDTO implements Serializable {
|
||||
@ApiModelProperty(value = "ID")
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty(value = "订单ID")
|
||||
@ApiModelProperty(value = "订单ID(舍弃)")
|
||||
private Long orderId;
|
||||
|
||||
@ApiModelProperty(value = "工单ID(舍弃啊)")
|
||||
@@ -110,4 +110,7 @@ public class WoPackagingBoxDTO implements Serializable {
|
||||
@ApiModelProperty(value = "是否到达包装台,1=到达;2=未达到")
|
||||
private Integer isArrived;
|
||||
|
||||
@ApiModelProperty(value = "订单号")
|
||||
private String orderNum;
|
||||
|
||||
}
|
||||
@@ -14,7 +14,7 @@ import java.math.BigDecimal;
|
||||
* 包装箱基板关联表 ( 基板表 )
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Data
|
||||
@ApiModel(value = "包装箱基板关联表 ( 基板表 )DTO对象")
|
||||
@@ -71,4 +71,103 @@ public class WoPackagingBoxSubstrateDTO implements Serializable {
|
||||
@ApiModelProperty(value = "功率等级")
|
||||
private String powerLevel;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private LocalDateTime lastUpdateTime;
|
||||
|
||||
@ApiModelProperty(value = "补偿pmpp")
|
||||
private Float pmpp;
|
||||
|
||||
@ApiModelProperty(value = "订单名")
|
||||
private String orderName;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Long binclassFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Long binclassFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float etaFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float etaFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float ffFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float ffFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float imppFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float imppFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolflashcontrolFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolflashcontrolFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolmppFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolmppFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolvocFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolvocFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float insolFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float iscFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float iscFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private LocalDateTime measTimeFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private LocalDateTime measTimeFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float pmppFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float pmppFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float tcellFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float tcellFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float tmonicellFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float tmonicellFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float umppFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float umppFl2;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float uocFl1;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Float uocFl2;
|
||||
|
||||
}
|
||||
@@ -14,7 +14,7 @@ import lombok.Data;
|
||||
* </p>
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Data
|
||||
@TableName("t_wo_packaging_box")
|
||||
@@ -26,7 +26,7 @@ public class WoPackagingBox implements Serializable {
|
||||
@ApiModelProperty("ID")
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty("订单ID")
|
||||
@ApiModelProperty("订单ID(舍弃)")
|
||||
private Long orderId;
|
||||
|
||||
@ApiModelProperty("工单ID(舍弃啊)")
|
||||
@@ -111,6 +111,9 @@ public class WoPackagingBox implements Serializable {
|
||||
@ApiModelProperty("是否到达包装台,1=到达;2=未达到")
|
||||
private Integer isArrived;
|
||||
|
||||
@ApiModelProperty("订单号")
|
||||
private String orderNum;
|
||||
|
||||
|
||||
public static final String ID = "ID";
|
||||
|
||||
@@ -170,4 +173,6 @@ public class WoPackagingBox implements Serializable {
|
||||
|
||||
public static final String IS_ARRIVED = "is_arrived";
|
||||
|
||||
public static final String ORDER_NUM = "ORDER_NUM";
|
||||
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ import lombok.Data;
|
||||
* </p>
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Data
|
||||
@TableName("t_wo_packaging_box_substrate")
|
||||
@@ -72,6 +72,74 @@ public class WoPackagingBoxSubstrate implements Serializable {
|
||||
@ApiModelProperty("功率等级")
|
||||
private String powerLevel;
|
||||
|
||||
private LocalDateTime lastUpdateTime;
|
||||
|
||||
@ApiModelProperty("补偿pmpp")
|
||||
private Float pmpp;
|
||||
|
||||
@ApiModelProperty("订单名")
|
||||
private String orderName;
|
||||
|
||||
private Long binclassFl1;
|
||||
|
||||
private Long binclassFl2;
|
||||
|
||||
private Float etaFl1;
|
||||
|
||||
private Float etaFl2;
|
||||
|
||||
private Float ffFl1;
|
||||
|
||||
private Float ffFl2;
|
||||
|
||||
private Float imppFl1;
|
||||
|
||||
private Float imppFl2;
|
||||
|
||||
private Float insolflashcontrolFl1;
|
||||
|
||||
private Float insolflashcontrolFl2;
|
||||
|
||||
private Float insolmppFl1;
|
||||
|
||||
private Float insolmppFl2;
|
||||
|
||||
private Float insolvocFl1;
|
||||
|
||||
private Float insolvocFl2;
|
||||
|
||||
private Float insolFl1;
|
||||
|
||||
private Float insolFl2;
|
||||
|
||||
private Float iscFl1;
|
||||
|
||||
private Float iscFl2;
|
||||
|
||||
private LocalDateTime measTimeFl1;
|
||||
|
||||
private LocalDateTime measTimeFl2;
|
||||
|
||||
private Float pmppFl1;
|
||||
|
||||
private Float pmppFl2;
|
||||
|
||||
private Float tcellFl1;
|
||||
|
||||
private Float tcellFl2;
|
||||
|
||||
private Float tmonicellFl1;
|
||||
|
||||
private Float tmonicellFl2;
|
||||
|
||||
private Float umppFl1;
|
||||
|
||||
private Float umppFl2;
|
||||
|
||||
private Float uocFl1;
|
||||
|
||||
private Float uocFl2;
|
||||
|
||||
|
||||
public static final String ID = "ID";
|
||||
|
||||
@@ -105,4 +173,70 @@ public class WoPackagingBoxSubstrate implements Serializable {
|
||||
|
||||
public static final String POWER_LEVEL = "POWER_LEVEL";
|
||||
|
||||
public static final String LAST_UPDATE_TIME = "LAST_UPDATE_TIME";
|
||||
|
||||
public static final String PMPP = "PMPP";
|
||||
|
||||
public static final String ORDER_NAME = "ORDER_NAME";
|
||||
|
||||
public static final String BINCLASS_FL1 = "BINCLASS_FL1";
|
||||
|
||||
public static final String BINCLASS_FL2 = "BINCLASS_FL2";
|
||||
|
||||
public static final String ETA_FL1 = "ETA_FL1";
|
||||
|
||||
public static final String ETA_FL2 = "ETA_FL2";
|
||||
|
||||
public static final String FF_FL1 = "FF_FL1";
|
||||
|
||||
public static final String FF_FL2 = "FF_FL2";
|
||||
|
||||
public static final String IMPP_FL1 = "IMPP_FL1";
|
||||
|
||||
public static final String IMPP_FL2 = "IMPP_FL2";
|
||||
|
||||
public static final String INSOLFLASHCONTROL_FL1 = "InsolFlashControl_FL1";
|
||||
|
||||
public static final String INSOLFLASHCONTROL_FL2 = "InsolFlashControl_FL2";
|
||||
|
||||
public static final String INSOLMPP_FL1 = "InsolMPP_FL1";
|
||||
|
||||
public static final String INSOLMPP_FL2 = "InsolMPP_FL2";
|
||||
|
||||
public static final String INSOLVOC_FL1 = "InsolVoc_FL1";
|
||||
|
||||
public static final String INSOLVOC_FL2 = "InsolVoc_FL2";
|
||||
|
||||
public static final String INSOL_FL1 = "Insol_FL1";
|
||||
|
||||
public static final String INSOL_FL2 = "Insol_FL2";
|
||||
|
||||
public static final String ISC_FL1 = "ISC_FL1";
|
||||
|
||||
public static final String ISC_FL2 = "ISC_FL2";
|
||||
|
||||
public static final String MEAS_TIME_FL1 = "MEAS_TIME_FL1";
|
||||
|
||||
public static final String MEAS_TIME_FL2 = "MEAS_TIME_FL2";
|
||||
|
||||
public static final String PMPP_FL1 = "PMPP_FL1";
|
||||
|
||||
public static final String PMPP_FL2 = "PMPP_FL2";
|
||||
|
||||
public static final String TCELL_FL1 = "Tcell_FL1";
|
||||
|
||||
public static final String TCELL_FL2 = "Tcell_FL2";
|
||||
|
||||
public static final String TMONICELL_FL1 = "Tmonicell_FL1";
|
||||
|
||||
public static final String TMONICELL_FL2 = "Tmonicell_FL2";
|
||||
|
||||
public static final String UMPP_FL1 = "UMPP_FL1";
|
||||
|
||||
public static final String UMPP_FL2 = "UMPP_FL2";
|
||||
|
||||
public static final String UOC_FL1 = "UOC_FL1";
|
||||
|
||||
public static final String UOC_FL2 = "UOC_FL2";
|
||||
|
||||
}
|
||||
|
||||
@@ -12,13 +12,13 @@ import java.util.Date;
|
||||
* 包装箱表
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Data
|
||||
public class WoPackagingBoxExcel {
|
||||
@Excel(name = "ID")
|
||||
private Long id;
|
||||
@Excel(name = "订单ID")
|
||||
@Excel(name = "订单ID(舍弃)")
|
||||
private Long orderId;
|
||||
@Excel(name = "工单ID(舍弃啊)")
|
||||
private Long workOrderId;
|
||||
@@ -74,5 +74,7 @@ public class WoPackagingBoxExcel {
|
||||
private Integer model;
|
||||
@Excel(name = "是否到达包装台,1=到达;2=未达到")
|
||||
private Integer isArrived;
|
||||
@Excel(name = "订单号")
|
||||
private String orderNum;
|
||||
|
||||
}
|
||||
@@ -12,7 +12,7 @@ import java.util.Date;
|
||||
* 包装箱基板关联表 ( 基板表 )
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Data
|
||||
public class WoPackagingBoxSubstrateExcel {
|
||||
@@ -48,5 +48,71 @@ public class WoPackagingBoxSubstrateExcel {
|
||||
private Integer lineBody;
|
||||
@Excel(name = "功率等级")
|
||||
private String powerLevel;
|
||||
@Excel(name = "")
|
||||
private LocalDateTime lastUpdateTime;
|
||||
@Excel(name = "补偿pmpp")
|
||||
private Float pmpp;
|
||||
@Excel(name = "订单名")
|
||||
private String orderName;
|
||||
@Excel(name = "")
|
||||
private Long binclassFl1;
|
||||
@Excel(name = "")
|
||||
private Long binclassFl2;
|
||||
@Excel(name = "")
|
||||
private Float etaFl1;
|
||||
@Excel(name = "")
|
||||
private Float etaFl2;
|
||||
@Excel(name = "")
|
||||
private Float ffFl1;
|
||||
@Excel(name = "")
|
||||
private Float ffFl2;
|
||||
@Excel(name = "")
|
||||
private Float imppFl1;
|
||||
@Excel(name = "")
|
||||
private Float imppFl2;
|
||||
@Excel(name = "")
|
||||
private Float insolflashcontrolFl1;
|
||||
@Excel(name = "")
|
||||
private Float insolflashcontrolFl2;
|
||||
@Excel(name = "")
|
||||
private Float insolmppFl1;
|
||||
@Excel(name = "")
|
||||
private Float insolmppFl2;
|
||||
@Excel(name = "")
|
||||
private Float insolvocFl1;
|
||||
@Excel(name = "")
|
||||
private Float insolvocFl2;
|
||||
@Excel(name = "")
|
||||
private Float insolFl1;
|
||||
@Excel(name = "")
|
||||
private Float insolFl2;
|
||||
@Excel(name = "")
|
||||
private Float iscFl1;
|
||||
@Excel(name = "")
|
||||
private Float iscFl2;
|
||||
@Excel(name = "")
|
||||
private LocalDateTime measTimeFl1;
|
||||
@Excel(name = "")
|
||||
private LocalDateTime measTimeFl2;
|
||||
@Excel(name = "")
|
||||
private Float pmppFl1;
|
||||
@Excel(name = "")
|
||||
private Float pmppFl2;
|
||||
@Excel(name = "")
|
||||
private Float tcellFl1;
|
||||
@Excel(name = "")
|
||||
private Float tcellFl2;
|
||||
@Excel(name = "")
|
||||
private Float tmonicellFl1;
|
||||
@Excel(name = "")
|
||||
private Float tmonicellFl2;
|
||||
@Excel(name = "")
|
||||
private Float umppFl1;
|
||||
@Excel(name = "")
|
||||
private Float umppFl2;
|
||||
@Excel(name = "")
|
||||
private Float uocFl1;
|
||||
@Excel(name = "")
|
||||
private Float uocFl2;
|
||||
|
||||
}
|
||||
@@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
* 包装箱表
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Mapper
|
||||
public interface WoPackagingBoxMapper extends BaseDao<WoPackagingBox> {
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<id column="LINE_BODY" property="lineBody" />
|
||||
<id column="model" property="model" />
|
||||
<id column="is_arrived" property="isArrived" />
|
||||
<id column="ORDER_NUM" property="orderNum" />
|
||||
</resultMap>
|
||||
|
||||
</mapper>
|
||||
|
||||
@@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
* 包装箱基板关联表 ( 基板表 )
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Mapper
|
||||
public interface WoPackagingBoxSubstrateMapper extends BaseDao<WoPackagingBoxSubstrate> {
|
||||
|
||||
@@ -18,6 +18,39 @@
|
||||
<id column="SAP_MATERIAL" property="sapMaterial" />
|
||||
<id column="LINE_BODY" property="lineBody" />
|
||||
<id column="POWER_LEVEL" property="powerLevel" />
|
||||
<id column="LAST_UPDATE_TIME" property="lastUpdateTime" />
|
||||
<id column="PMPP" property="pmpp" />
|
||||
<id column="ORDER_NAME" property="orderName" />
|
||||
<id column="BINCLASS_FL1" property="binclassFl1" />
|
||||
<id column="BINCLASS_FL2" property="binclassFl2" />
|
||||
<id column="ETA_FL1" property="etaFl1" />
|
||||
<id column="ETA_FL2" property="etaFl2" />
|
||||
<id column="FF_FL1" property="ffFl1" />
|
||||
<id column="FF_FL2" property="ffFl2" />
|
||||
<id column="IMPP_FL1" property="imppFl1" />
|
||||
<id column="IMPP_FL2" property="imppFl2" />
|
||||
<id column="InsolFlashControl_FL1" property="insolflashcontrolFl1" />
|
||||
<id column="InsolFlashControl_FL2" property="insolflashcontrolFl2" />
|
||||
<id column="InsolMPP_FL1" property="insolmppFl1" />
|
||||
<id column="InsolMPP_FL2" property="insolmppFl2" />
|
||||
<id column="InsolVoc_FL1" property="insolvocFl1" />
|
||||
<id column="InsolVoc_FL2" property="insolvocFl2" />
|
||||
<id column="Insol_FL1" property="insolFl1" />
|
||||
<id column="Insol_FL2" property="insolFl2" />
|
||||
<id column="ISC_FL1" property="iscFl1" />
|
||||
<id column="ISC_FL2" property="iscFl2" />
|
||||
<id column="MEAS_TIME_FL1" property="measTimeFl1" />
|
||||
<id column="MEAS_TIME_FL2" property="measTimeFl2" />
|
||||
<id column="PMPP_FL1" property="pmppFl1" />
|
||||
<id column="PMPP_FL2" property="pmppFl2" />
|
||||
<id column="Tcell_FL1" property="tcellFl1" />
|
||||
<id column="Tcell_FL2" property="tcellFl2" />
|
||||
<id column="Tmonicell_FL1" property="tmonicellFl1" />
|
||||
<id column="Tmonicell_FL2" property="tmonicellFl2" />
|
||||
<id column="UMPP_FL1" property="umppFl1" />
|
||||
<id column="UMPP_FL2" property="umppFl2" />
|
||||
<id column="UOC_FL1" property="uocFl1" />
|
||||
<id column="UOC_FL2" property="uocFl2" />
|
||||
</resultMap>
|
||||
|
||||
</mapper>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-- 菜单初始SQL
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date)VALUES (1627855073022648322, 1067246875800000035, '包装箱基板关联表 ( 基板表 )', 'packing/woPackagingBoxSubstrate', NULL, 0, 'icon-desktop', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1627855073022648323, 1627855073022648322, '查看', NULL, 'packing:woPackagingBoxSubstrate:page,packing:woPackagingBoxSubstrate:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1627855073022648324, 1627855073022648322, '新增', NULL, 'packing:woPackagingBoxSubstrate:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1627855073022648325, 1627855073022648322, '修改', NULL, 'packing:woPackagingBoxSubstrate:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1627855073022648326, 1627855073022648322, '删除', NULL, 'packing:woPackagingBoxSubstrate:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1627855073022648327, 1627855073022648322, '导出', NULL, 'packing:woPackagingBoxSubstrate:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date)VALUES (1628638869145812994, 1067246875800000035, '包装箱基板关联表 ( 基板表 )', 'code/woPackagingBoxSubstrate', NULL, 0, 'icon-desktop', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628638869145812995, 1628638869145812994, '查看', NULL, 'code:woPackagingBoxSubstrate:page,code:woPackagingBoxSubstrate:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628638869145812996, 1628638869145812994, '新增', NULL, 'code:woPackagingBoxSubstrate:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628638869145812997, 1628638869145812994, '修改', NULL, 'code:woPackagingBoxSubstrate:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628638869145812998, 1628638869145812994, '删除', NULL, 'code:woPackagingBoxSubstrate:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628638869145812999, 1628638869145812994, '导出', NULL, 'code:woPackagingBoxSubstrate:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-- 菜单初始SQL
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date)VALUES (1628230581925277697, 1067246875800000035, '包装箱表', 'code/woPackagingBox', NULL, 0, 'icon-desktop', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628230581925277698, 1628230581925277697, '查看', NULL, 'code:woPackagingBox:page,code:woPackagingBox:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628230581925277699, 1628230581925277697, '新增', NULL, 'code:woPackagingBox:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628230581925277700, 1628230581925277697, '修改', NULL, 'code:woPackagingBox:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628230581925277701, 1628230581925277697, '删除', NULL, 'code:woPackagingBox:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628230581925277702, 1628230581925277697, '导出', NULL, 'code:woPackagingBox:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date)VALUES (1628589985438695426, 1067246875800000035, '包装箱表', 'code/woPackagingBox', NULL, 0, 'icon-desktop', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628589985438695427, 1628589985438695426, '查看', NULL, 'code:woPackagingBox:page,code:woPackagingBox:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628589985438695428, 1628589985438695426, '新增', NULL, 'code:woPackagingBox:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628589985438695429, 1628589985438695426, '修改', NULL, 'code:woPackagingBox:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628589985438695430, 1628589985438695426, '删除', NULL, 'code:woPackagingBox:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu(id, pid, name, url, permissions, type, icon, sort, creator, create_date, updater, update_date) VALUES (1628589985438695431, 1628589985438695426, '导出', NULL, 'code:woPackagingBox:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.cnbm.generator.code.entity.WoPackagingBox;
|
||||
* 包装箱表
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
public interface WoPackagingBoxServiceBiz extends CrudService<WoPackagingBox, WoPackagingBoxDTO> {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.cnbm.generator.code.entity.WoPackagingBoxSubstrate;
|
||||
* 包装箱基板关联表 ( 基板表 )
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
public interface WoPackagingBoxSubstrateServiceBiz extends CrudService<WoPackagingBoxSubstrate, WoPackagingBoxSubstrateDTO> {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.Map;
|
||||
* 包装箱表
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-22
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Service
|
||||
public class WoPackagingBoxServiceBizImpl extends CrudServiceImpl<WoPackagingBoxMapper, WoPackagingBox, WoPackagingBoxDTO> implements WoPackagingBoxServiceBiz {
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.Map;
|
||||
* 包装箱基板关联表 ( 基板表 )
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-21
|
||||
* @since 2023-02-23
|
||||
*/
|
||||
@Service
|
||||
public class WoPackagingBoxSubstrateServiceBizImpl extends CrudServiceImpl<WoPackagingBoxSubstrateMapper, WoPackagingBoxSubstrate, WoPackagingBoxSubstrateDTO> implements WoPackagingBoxSubstrateServiceBiz {
|
||||
|
||||
Reference in New Issue
Block a user