提交 86284e1a 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 6457a07f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<i-form :model="this.data" class='app-form' ref='form' id='ibizorder_uipart_0009' style="" @on-validate="formItemValidate"> <i-form :model="this.data" class='app-form' ref='form' id='ibizorder_uipart_0009' style="" @on-validate="formItemValidate">
<input style="display:none;" /> <input style="display:none;" />
<row > <row >
<i-col v-show="detailsModel.group1.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }"> <i-col v-show="detailsModel.group1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizorder.uipart_0009_form.details.group1')" :isShowCaption="false" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizorder.uipart_0009_form.details.group1')" :isShowCaption="false" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row> <row>
<i-col v-show="detailsModel.orderuid.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }"> <i-col v-show="detailsModel.orderuid.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
......
...@@ -48,8 +48,8 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -48,8 +48,8 @@ public class IBIZAccount extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -78,7 +78,7 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -78,7 +78,7 @@ public class IBIZAccount extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -86,9 +86,9 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -86,9 +86,9 @@ public class IBIZAccount extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -101,7 +101,7 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -101,7 +101,7 @@ public class IBIZAccount extends EntityMP implements Serializable {
/** /**
* 账户标识 * 账户标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizaccountid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizaccountid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizaccountid") @JSONField(name = "ibizaccountid")
@JsonProperty("ibizaccountid") @JsonProperty("ibizaccountid")
...@@ -112,7 +112,7 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -112,7 +112,7 @@ public class IBIZAccount extends EntityMP implements Serializable {
/** /**
* 设置 [开户行] * 设置 [开户行]
*/ */
public void setBankname(String bankname){ public void setBankname(String bankname) {
this.bankname = bankname ; this.bankname = bankname ;
this.modify("bankname",bankname); this.modify("bankname",bankname);
} }
...@@ -120,7 +120,7 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -120,7 +120,7 @@ public class IBIZAccount extends EntityMP implements Serializable {
/** /**
* 设置 [账户名称] * 设置 [账户名称]
*/ */
public void setIbizaccountname(String ibizaccountname){ public void setIbizaccountname(String ibizaccountname) {
this.ibizaccountname = ibizaccountname ; this.ibizaccountname = ibizaccountname ;
this.modify("ibizaccountname",ibizaccountname); this.modify("ibizaccountname",ibizaccountname);
} }
...@@ -128,7 +128,7 @@ public class IBIZAccount extends EntityMP implements Serializable { ...@@ -128,7 +128,7 @@ public class IBIZAccount extends EntityMP implements Serializable {
/** /**
* 设置 [开户银行号] * 设置 [开户银行号]
*/ */
public void setBankaccountnum(String bankaccountnum){ public void setBankaccountnum(String bankaccountnum) {
this.bankaccountnum = bankaccountnum ; this.bankaccountnum = bankaccountnum ;
this.modify("bankaccountnum",bankaccountnum); this.modify("bankaccountnum",bankaccountnum);
} }
......
...@@ -47,9 +47,9 @@ public class IBIZCPU extends EntityMP implements Serializable { ...@@ -47,9 +47,9 @@ public class IBIZCPU extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -63,14 +63,14 @@ public class IBIZCPU extends EntityMP implements Serializable { ...@@ -63,14 +63,14 @@ public class IBIZCPU extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
/** /**
* 处理器标识 * 处理器标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizcpuid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizcpuid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizcpuid") @JSONField(name = "ibizcpuid")
@JsonProperty("ibizcpuid") @JsonProperty("ibizcpuid")
...@@ -87,8 +87,8 @@ public class IBIZCPU extends EntityMP implements Serializable { ...@@ -87,8 +87,8 @@ public class IBIZCPU extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -133,7 +133,7 @@ public class IBIZCPU extends EntityMP implements Serializable { ...@@ -133,7 +133,7 @@ public class IBIZCPU extends EntityMP implements Serializable {
/** /**
* 设置 [名称] * 设置 [名称]
*/ */
public void setIbizcpuname(String ibizcpuname){ public void setIbizcpuname(String ibizcpuname) {
this.ibizcpuname = ibizcpuname ; this.ibizcpuname = ibizcpuname ;
this.modify("ibizcpuname",ibizcpuname); this.modify("ibizcpuname",ibizcpuname);
} }
......
...@@ -47,7 +47,7 @@ public class IBIZCustom extends EntityMP implements Serializable { ...@@ -47,7 +47,7 @@ public class IBIZCustom extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -56,8 +56,8 @@ public class IBIZCustom extends EntityMP implements Serializable { ...@@ -56,8 +56,8 @@ public class IBIZCustom extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -71,15 +71,15 @@ public class IBIZCustom extends EntityMP implements Serializable { ...@@ -71,15 +71,15 @@ public class IBIZCustom extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 自定义标识 * 自定义标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizcustomid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizcustomid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizcustomid") @JSONField(name = "ibizcustomid")
@JsonProperty("ibizcustomid") @JsonProperty("ibizcustomid")
...@@ -98,7 +98,7 @@ public class IBIZCustom extends EntityMP implements Serializable { ...@@ -98,7 +98,7 @@ public class IBIZCustom extends EntityMP implements Serializable {
/** /**
* 设置 [自定义名称] * 设置 [自定义名称]
*/ */
public void setIbizcustomname(String ibizcustomname){ public void setIbizcustomname(String ibizcustomname) {
this.ibizcustomname = ibizcustomname ; this.ibizcustomname = ibizcustomname ;
this.modify("ibizcustomname",ibizcustomname); this.modify("ibizcustomname",ibizcustomname);
} }
......
...@@ -47,7 +47,7 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -47,7 +47,7 @@ public class IBIZCustomer extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -63,17 +63,17 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -63,17 +63,17 @@ public class IBIZCustomer extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -86,7 +86,7 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -86,7 +86,7 @@ public class IBIZCustomer extends EntityMP implements Serializable {
/** /**
* 客户标识 * 客户标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizcustomerid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizcustomerid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizcustomerid") @JSONField(name = "ibizcustomerid")
@JsonProperty("ibizcustomerid") @JsonProperty("ibizcustomerid")
...@@ -119,7 +119,7 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -119,7 +119,7 @@ public class IBIZCustomer extends EntityMP implements Serializable {
/** /**
* 设置 [客户编号] * 设置 [客户编号]
*/ */
public void setSn(String sn){ public void setSn(String sn) {
this.sn = sn ; this.sn = sn ;
this.modify("sn",sn); this.modify("sn",sn);
} }
...@@ -127,7 +127,7 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -127,7 +127,7 @@ public class IBIZCustomer extends EntityMP implements Serializable {
/** /**
* 设置 [客户编号] * 设置 [客户编号]
*/ */
public void setCustomeruid(String customeruid){ public void setCustomeruid(String customeruid) {
this.customeruid = customeruid ; this.customeruid = customeruid ;
this.modify("customeruid",customeruid); this.modify("customeruid",customeruid);
} }
...@@ -135,7 +135,7 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -135,7 +135,7 @@ public class IBIZCustomer extends EntityMP implements Serializable {
/** /**
* 设置 [公司地址] * 设置 [公司地址]
*/ */
public void setAddress(String address){ public void setAddress(String address) {
this.address = address ; this.address = address ;
this.modify("address",address); this.modify("address",address);
} }
...@@ -143,7 +143,7 @@ public class IBIZCustomer extends EntityMP implements Serializable { ...@@ -143,7 +143,7 @@ public class IBIZCustomer extends EntityMP implements Serializable {
/** /**
* 设置 [客户名称] * 设置 [客户名称]
*/ */
public void setIbizcustomername(String ibizcustomername){ public void setIbizcustomername(String ibizcustomername) {
this.ibizcustomername = ibizcustomername ; this.ibizcustomername = ibizcustomername ;
this.modify("ibizcustomername",ibizcustomername); this.modify("ibizcustomername",ibizcustomername);
} }
......
...@@ -46,7 +46,7 @@ public class IBIZCustomerMG extends EntityMP implements Serializable { ...@@ -46,7 +46,7 @@ public class IBIZCustomerMG extends EntityMP implements Serializable {
/** /**
* 客户标识 * 客户标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableField(exist = false) @TableField(exist = false)
@JSONField(name = "ibizcustomerid") @JSONField(name = "ibizcustomerid")
@JsonProperty("ibizcustomerid") @JsonProperty("ibizcustomerid")
......
...@@ -48,8 +48,8 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -48,8 +48,8 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -78,7 +78,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -78,7 +78,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -108,15 +108,15 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -108,15 +108,15 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 客户标识 * 客户标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizcustomerid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizcustomerid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizcustomerid") @JSONField(name = "ibizcustomerid")
@JsonProperty("ibizcustomerid") @JsonProperty("ibizcustomerid")
...@@ -127,7 +127,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -127,7 +127,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
/** /**
* 设置 [客户编号] * 设置 [客户编号]
*/ */
public void setSn(String sn){ public void setSn(String sn) {
this.sn = sn ; this.sn = sn ;
this.modify("sn",sn); this.modify("sn",sn);
} }
...@@ -135,7 +135,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -135,7 +135,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
/** /**
* 设置 [客户编号] * 设置 [客户编号]
*/ */
public void setCustomeruid(String customeruid){ public void setCustomeruid(String customeruid) {
this.customeruid = customeruid ; this.customeruid = customeruid ;
this.modify("customeruid",customeruid); this.modify("customeruid",customeruid);
} }
...@@ -143,7 +143,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -143,7 +143,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
/** /**
* 设置 [公司地址] * 设置 [公司地址]
*/ */
public void setAddress(String address){ public void setAddress(String address) {
this.address = address ; this.address = address ;
this.modify("address",address); this.modify("address",address);
} }
...@@ -151,7 +151,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable { ...@@ -151,7 +151,7 @@ public class IBIZCustomer_INTF extends EntityMP implements Serializable {
/** /**
* 设置 [客户名称] * 设置 [客户名称]
*/ */
public void setIbizcustomername(String ibizcustomername){ public void setIbizcustomername(String ibizcustomername) {
this.ibizcustomername = ibizcustomername ; this.ibizcustomername = ibizcustomername ;
this.modify("ibizcustomername",ibizcustomername); this.modify("ibizcustomername",ibizcustomername);
} }
......
...@@ -69,7 +69,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -69,7 +69,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -78,17 +78,17 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -78,17 +78,17 @@ public class IBIZHardware extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -101,7 +101,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -101,7 +101,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 硬件标识 * 硬件标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizhardwareid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizhardwareid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizhardwareid") @JSONField(name = "ibizhardwareid")
@JsonProperty("ibizhardwareid") @JsonProperty("ibizhardwareid")
...@@ -133,7 +133,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -133,7 +133,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 设置 [单位] * 设置 [单位]
*/ */
public void setUnit(String unit){ public void setUnit(String unit) {
this.unit = unit ; this.unit = unit ;
this.modify("unit",unit); this.modify("unit",unit);
} }
...@@ -141,7 +141,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -141,7 +141,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 设置 [分组类型] * 设置 [分组类型]
*/ */
public void setIbizhardwaretype(String ibizhardwaretype){ public void setIbizhardwaretype(String ibizhardwaretype) {
this.ibizhardwaretype = ibizhardwaretype ; this.ibizhardwaretype = ibizhardwaretype ;
this.modify("ibizhardwaretype",ibizhardwaretype); this.modify("ibizhardwaretype",ibizhardwaretype);
} }
...@@ -149,7 +149,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -149,7 +149,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 设置 [产品编号] * 设置 [产品编号]
*/ */
public void setProductuid(String productuid){ public void setProductuid(String productuid) {
this.productuid = productuid ; this.productuid = productuid ;
this.modify("productuid",productuid); this.modify("productuid",productuid);
} }
...@@ -157,7 +157,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -157,7 +157,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 设置 [名称] * 设置 [名称]
*/ */
public void setIbizhardwarename(String ibizhardwarename){ public void setIbizhardwarename(String ibizhardwarename) {
this.ibizhardwarename = ibizhardwarename ; this.ibizhardwarename = ibizhardwarename ;
this.modify("ibizhardwarename",ibizhardwarename); this.modify("ibizhardwarename",ibizhardwarename);
} }
...@@ -165,7 +165,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -165,7 +165,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 设置 [单价] * 设置 [单价]
*/ */
public void setUnitprice(Double unitprice){ public void setUnitprice(Double unitprice) {
this.unitprice = unitprice ; this.unitprice = unitprice ;
this.modify("unitprice",unitprice); this.modify("unitprice",unitprice);
} }
...@@ -173,7 +173,7 @@ public class IBIZHardware extends EntityMP implements Serializable { ...@@ -173,7 +173,7 @@ public class IBIZHardware extends EntityMP implements Serializable {
/** /**
* 设置 [生产厂商] * 设置 [生产厂商]
*/ */
public void setProducer(String producer){ public void setProducer(String producer) {
this.producer = producer ; this.producer = producer ;
this.modify("producer",producer); this.modify("producer",producer);
} }
......
...@@ -54,8 +54,8 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -54,8 +54,8 @@ public class IBIZOrder extends EntityMP implements Serializable {
* 订单结束时间 * 订单结束时间
*/ */
@TableField(value = "endtime") @TableField(value = "endtime")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "endtime" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "endtime", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("endtime") @JsonProperty("endtime")
private Timestamp endtime; private Timestamp endtime;
/** /**
...@@ -69,9 +69,9 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -69,9 +69,9 @@ public class IBIZOrder extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -86,8 +86,8 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -86,8 +86,8 @@ public class IBIZOrder extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -129,7 +129,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -129,7 +129,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 订单标识 * 订单标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizorderid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizorderid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizorderid") @JSONField(name = "ibizorderid")
@JsonProperty("ibizorderid") @JsonProperty("ibizorderid")
...@@ -146,8 +146,8 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -146,8 +146,8 @@ public class IBIZOrder extends EntityMP implements Serializable {
* 订单开始时间 * 订单开始时间
*/ */
@TableField(value = "starttime") @TableField(value = "starttime")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "starttime" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "starttime", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("starttime") @JsonProperty("starttime")
private Timestamp starttime; private Timestamp starttime;
/** /**
...@@ -169,7 +169,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -169,7 +169,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -184,8 +184,8 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -184,8 +184,8 @@ public class IBIZOrder extends EntityMP implements Serializable {
* 订单时间 * 订单时间
*/ */
@TableField(value = "ordertime") @TableField(value = "ordertime")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "ordertime" , format="yyyy-MM-dd") @JSONField(name = "ordertime", format = "yyyy-MM-dd")
@JsonProperty("ordertime") @JsonProperty("ordertime")
private Timestamp ordertime; private Timestamp ordertime;
/** /**
...@@ -223,7 +223,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -223,7 +223,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [图片] * 设置 [图片]
*/ */
public void setTp(String tp){ public void setTp(String tp) {
this.tp = tp ; this.tp = tp ;
this.modify("tp",tp); this.modify("tp",tp);
} }
...@@ -231,7 +231,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -231,7 +231,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单结束时间] * 设置 [订单结束时间]
*/ */
public void setEndtime(Timestamp endtime){ public void setEndtime(Timestamp endtime) {
this.endtime = endtime ; this.endtime = endtime ;
this.modify("endtime",endtime); this.modify("endtime",endtime);
} }
...@@ -239,7 +239,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -239,7 +239,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单结束时间] * 格式化日期 [订单结束时间]
*/ */
public String formatEndtime(){ public String formatEndtime() {
if (this.endtime == null) { if (this.endtime == null) {
return null; return null;
} }
...@@ -249,7 +249,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -249,7 +249,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [工作流状态] * 设置 [工作流状态]
*/ */
public void setWfstate(Integer wfstate){ public void setWfstate(Integer wfstate) {
this.wfstate = wfstate ; this.wfstate = wfstate ;
this.modify("wfstate",wfstate); this.modify("wfstate",wfstate);
} }
...@@ -257,7 +257,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -257,7 +257,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [审批意见] * 设置 [审批意见]
*/ */
public void setOpinion(String opinion){ public void setOpinion(String opinion) {
this.opinion = opinion ; this.opinion = opinion ;
this.modify("opinion",opinion); this.modify("opinion",opinion);
} }
...@@ -265,7 +265,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -265,7 +265,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型] * 设置 [订单类型]
*/ */
public void setOrdertype(String ordertype){ public void setOrdertype(String ordertype) {
this.ordertype = ordertype ; this.ordertype = ordertype ;
this.modify("ordertype",ordertype); this.modify("ordertype",ordertype);
} }
...@@ -273,7 +273,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -273,7 +273,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [明细数] * 设置 [明细数]
*/ */
public void setDetailnum(Integer detailnum){ public void setDetailnum(Integer detailnum) {
this.detailnum = detailnum ; this.detailnum = detailnum ;
this.modify("detailnum",detailnum); this.modify("detailnum",detailnum);
} }
...@@ -281,7 +281,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -281,7 +281,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [工作流实例] * 设置 [工作流实例]
*/ */
public void setWfinstanceid(String wfinstanceid){ public void setWfinstanceid(String wfinstanceid) {
this.wfinstanceid = wfinstanceid ; this.wfinstanceid = wfinstanceid ;
this.modify("wfinstanceid",wfinstanceid); this.modify("wfinstanceid",wfinstanceid);
} }
...@@ -289,7 +289,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -289,7 +289,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [总计] * 设置 [总计]
*/ */
public void setAmount(Double amount){ public void setAmount(Double amount) {
this.amount = amount ; this.amount = amount ;
this.modify("amount",amount); this.modify("amount",amount);
} }
...@@ -297,7 +297,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -297,7 +297,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单编号] * 设置 [订单编号]
*/ */
public void setOrderuid(String orderuid){ public void setOrderuid(String orderuid) {
this.orderuid = orderuid ; this.orderuid = orderuid ;
this.modify("orderuid",orderuid); this.modify("orderuid",orderuid);
} }
...@@ -305,7 +305,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -305,7 +305,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单状态] * 设置 [订单状态]
*/ */
public void setOrderstate(String orderstate){ public void setOrderstate(String orderstate) {
this.orderstate = orderstate ; this.orderstate = orderstate ;
this.modify("orderstate",orderstate); this.modify("orderstate",orderstate);
} }
...@@ -313,7 +313,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -313,7 +313,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单开始时间] * 设置 [订单开始时间]
*/ */
public void setStarttime(Timestamp starttime){ public void setStarttime(Timestamp starttime) {
this.starttime = starttime ; this.starttime = starttime ;
this.modify("starttime",starttime); this.modify("starttime",starttime);
} }
...@@ -321,7 +321,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -321,7 +321,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单开始时间] * 格式化日期 [订单开始时间]
*/ */
public String formatStarttime(){ public String formatStarttime() {
if (this.starttime == null) { if (this.starttime == null) {
return null; return null;
} }
...@@ -331,7 +331,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -331,7 +331,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfstep(String wfstep){ public void setWfstep(String wfstep) {
this.wfstep = wfstep ; this.wfstep = wfstep ;
this.modify("wfstep",wfstep); this.modify("wfstep",wfstep);
} }
...@@ -339,7 +339,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -339,7 +339,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单名称] * 设置 [订单名称]
*/ */
public void setIbizordername(String ibizordername){ public void setIbizordername(String ibizordername) {
this.ibizordername = ibizordername ; this.ibizordername = ibizordername ;
this.modify("ibizordername",ibizordername); this.modify("ibizordername",ibizordername);
} }
...@@ -347,7 +347,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -347,7 +347,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [订单时间] * 设置 [订单时间]
*/ */
public void setOrdertime(Timestamp ordertime){ public void setOrdertime(Timestamp ordertime) {
this.ordertime = ordertime ; this.ordertime = ordertime ;
this.modify("ordertime",ordertime); this.modify("ordertime",ordertime);
} }
...@@ -355,7 +355,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -355,7 +355,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单时间] * 格式化日期 [订单时间]
*/ */
public String formatOrdertime(){ public String formatOrdertime() {
if (this.ordertime == null) { if (this.ordertime == null) {
return null; return null;
} }
...@@ -365,7 +365,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -365,7 +365,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -373,7 +373,7 @@ public class IBIZOrder extends EntityMP implements Serializable { ...@@ -373,7 +373,7 @@ public class IBIZOrder extends EntityMP implements Serializable {
/** /**
* 设置 [客户标识] * 设置 [客户标识]
*/ */
public void setIbizcustomerid(String ibizcustomerid){ public void setIbizcustomerid(String ibizcustomerid) {
this.ibizcustomerid = ibizcustomerid ; this.ibizcustomerid = ibizcustomerid ;
this.modify("ibizcustomerid",ibizcustomerid); this.modify("ibizcustomerid",ibizcustomerid);
} }
......
...@@ -55,24 +55,24 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -55,24 +55,24 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -100,7 +100,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -100,7 +100,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
/** /**
* 订单明细标识 * 订单明细标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizorderdetailid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizorderdetailid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizorderdetailid") @JSONField(name = "ibizorderdetailid")
@JsonProperty("ibizorderdetailid") @JsonProperty("ibizorderdetailid")
...@@ -184,7 +184,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -184,7 +184,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
/** /**
* 设置 [订单明细名称] * 设置 [订单明细名称]
*/ */
public void setIbizorderdetailname(String ibizorderdetailname){ public void setIbizorderdetailname(String ibizorderdetailname) {
this.ibizorderdetailname = ibizorderdetailname ; this.ibizorderdetailname = ibizorderdetailname ;
this.modify("ibizorderdetailname",ibizorderdetailname); this.modify("ibizorderdetailname",ibizorderdetailname);
} }
...@@ -192,7 +192,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -192,7 +192,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
/** /**
* 设置 [测试属性] * 设置 [测试属性]
*/ */
public void setIbizorderdetaila(String ibizorderdetaila){ public void setIbizorderdetaila(String ibizorderdetaila) {
this.ibizorderdetaila = ibizorderdetaila ; this.ibizorderdetaila = ibizorderdetaila ;
this.modify("ibizorderdetaila",ibizorderdetaila); this.modify("ibizorderdetaila",ibizorderdetaila);
} }
...@@ -200,7 +200,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -200,7 +200,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
/** /**
* 设置 [数量] * 设置 [数量]
*/ */
public void setQuantity(Integer quantity){ public void setQuantity(Integer quantity) {
this.quantity = quantity ; this.quantity = quantity ;
this.modify("quantity",quantity); this.modify("quantity",quantity);
} }
...@@ -208,7 +208,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -208,7 +208,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
/** /**
* 设置 [订单标识] * 设置 [订单标识]
*/ */
public void setIbizorderid(String ibizorderid){ public void setIbizorderid(String ibizorderid) {
this.ibizorderid = ibizorderid ; this.ibizorderid = ibizorderid ;
this.modify("ibizorderid",ibizorderid); this.modify("ibizorderid",ibizorderid);
} }
...@@ -216,7 +216,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable { ...@@ -216,7 +216,7 @@ public class IBIZOrderDetail extends EntityMP implements Serializable {
/** /**
* 设置 [统一产品标识] * 设置 [统一产品标识]
*/ */
public void setIbizuniproductid(String ibizuniproductid){ public void setIbizuniproductid(String ibizuniproductid) {
this.ibizuniproductid = ibizuniproductid ; this.ibizuniproductid = ibizuniproductid ;
this.modify("ibizuniproductid",ibizuniproductid); this.modify("ibizuniproductid",ibizuniproductid);
} }
......
...@@ -46,8 +46,8 @@ public class IBIZOrderType extends EntityMP implements Serializable { ...@@ -46,8 +46,8 @@ public class IBIZOrderType extends EntityMP implements Serializable {
/** /**
* 逻辑有效标志 * 逻辑有效标志
*/ */
@DEField(preType = DEPredefinedFieldType.LOGICVALID, logicval = "1" , logicdelval="0") @DEField(preType = DEPredefinedFieldType.LOGICVALID, logicval = "1", logicdelval = "0")
@TableLogic(value= "1",delval="0") @TableLogic(value= "1", delval = "0")
@TableField(value = "enable") @TableField(value = "enable")
@JSONField(name = "enable") @JSONField(name = "enable")
@JsonProperty("enable") @JsonProperty("enable")
...@@ -64,9 +64,9 @@ public class IBIZOrderType extends EntityMP implements Serializable { ...@@ -64,9 +64,9 @@ public class IBIZOrderType extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -81,22 +81,22 @@ public class IBIZOrderType extends EntityMP implements Serializable { ...@@ -81,22 +81,22 @@ public class IBIZOrderType extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
/** /**
* 订单类型标识 * 订单类型标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizordertypeid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizordertypeid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizordertypeid") @JSONField(name = "ibizordertypeid")
@JsonProperty("ibizordertypeid") @JsonProperty("ibizordertypeid")
...@@ -107,7 +107,7 @@ public class IBIZOrderType extends EntityMP implements Serializable { ...@@ -107,7 +107,7 @@ public class IBIZOrderType extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型名称] * 设置 [订单类型名称]
*/ */
public void setIbizordertypename(String ibizordertypename){ public void setIbizordertypename(String ibizordertypename) {
this.ibizordertypename = ibizordertypename ; this.ibizordertypename = ibizordertypename ;
this.modify("ibizordertypename",ibizordertypename); this.modify("ibizordertypename",ibizordertypename);
} }
......
...@@ -48,24 +48,24 @@ public class IBIZQJ extends EntityMP implements Serializable { ...@@ -48,24 +48,24 @@ public class IBIZQJ extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -79,7 +79,7 @@ public class IBIZQJ extends EntityMP implements Serializable { ...@@ -79,7 +79,7 @@ public class IBIZQJ extends EntityMP implements Serializable {
/** /**
* 请假标识 * 请假标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizqjid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizqjid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizqjid") @JSONField(name = "ibizqjid")
@JsonProperty("ibizqjid") @JsonProperty("ibizqjid")
...@@ -113,7 +113,7 @@ public class IBIZQJ extends EntityMP implements Serializable { ...@@ -113,7 +113,7 @@ public class IBIZQJ extends EntityMP implements Serializable {
/** /**
* 设置 [请假名称] * 设置 [请假名称]
*/ */
public void setIbizqjname(String ibizqjname){ public void setIbizqjname(String ibizqjname) {
this.ibizqjname = ibizqjname ; this.ibizqjname = ibizqjname ;
this.modify("ibizqjname",ibizqjname); this.modify("ibizqjname",ibizqjname);
} }
...@@ -121,7 +121,7 @@ public class IBIZQJ extends EntityMP implements Serializable { ...@@ -121,7 +121,7 @@ public class IBIZQJ extends EntityMP implements Serializable {
/** /**
* 设置 [请假天数] * 设置 [请假天数]
*/ */
public void setQjts(Integer qjts){ public void setQjts(Integer qjts) {
this.qjts = qjts ; this.qjts = qjts ;
this.modify("qjts",qjts); this.modify("qjts",qjts);
} }
...@@ -129,7 +129,7 @@ public class IBIZQJ extends EntityMP implements Serializable { ...@@ -129,7 +129,7 @@ public class IBIZQJ extends EntityMP implements Serializable {
/** /**
* 设置 [剩余请假天数] * 设置 [剩余请假天数]
*/ */
public void setSyqjts(Integer syqjts){ public void setSyqjts(Integer syqjts) {
this.syqjts = syqjts ; this.syqjts = syqjts ;
this.modify("syqjts",syqjts); this.modify("syqjts",syqjts);
} }
......
...@@ -47,9 +47,9 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -47,9 +47,9 @@ public class IBIZSample extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -98,7 +98,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -98,7 +98,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 示例数据库标识 * 示例数据库标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsampleid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsampleid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsampleid") @JSONField(name = "ibizsampleid")
@JsonProperty("ibizsampleid") @JsonProperty("ibizsampleid")
...@@ -136,8 +136,8 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -136,8 +136,8 @@ public class IBIZSample extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -221,7 +221,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -221,7 +221,7 @@ public class IBIZSample extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -231,7 +231,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -231,7 +231,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [其他样式链接4] * 设置 [其他样式链接4]
*/ */
public void setOslink4(String oslink4){ public void setOslink4(String oslink4) {
this.oslink4 = oslink4 ; this.oslink4 = oslink4 ;
this.modify("oslink4",oslink4); this.modify("oslink4",oslink4);
} }
...@@ -239,7 +239,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -239,7 +239,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [分组标题1] * 设置 [分组标题1]
*/ */
public void setTitle1(String title1){ public void setTitle1(String title1) {
this.title1 = title1 ; this.title1 = title1 ;
this.modify("title1",title1); this.modify("title1",title1);
} }
...@@ -247,7 +247,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -247,7 +247,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [示例数据库名称] * 设置 [示例数据库名称]
*/ */
public void setIbizsamplename(String ibizsamplename){ public void setIbizsamplename(String ibizsamplename) {
this.ibizsamplename = ibizsamplename ; this.ibizsamplename = ibizsamplename ;
this.modify("ibizsamplename",ibizsamplename); this.modify("ibizsamplename",ibizsamplename);
} }
...@@ -255,7 +255,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -255,7 +255,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [其他样式链接3] * 设置 [其他样式链接3]
*/ */
public void setOslink3(String oslink3){ public void setOslink3(String oslink3) {
this.oslink3 = oslink3 ; this.oslink3 = oslink3 ;
this.modify("oslink3",oslink3); this.modify("oslink3",oslink3);
} }
...@@ -263,7 +263,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -263,7 +263,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [链接1] * 设置 [链接1]
*/ */
public void setLink1(String link1){ public void setLink1(String link1) {
this.link1 = link1 ; this.link1 = link1 ;
this.modify("link1",link1); this.modify("link1",link1);
} }
...@@ -271,7 +271,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -271,7 +271,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [分组标题6] * 设置 [分组标题6]
*/ */
public void setTitle6(String title6){ public void setTitle6(String title6) {
this.title6 = title6 ; this.title6 = title6 ;
this.modify("title6",title6); this.modify("title6",title6);
} }
...@@ -279,7 +279,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -279,7 +279,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [链接6] * 设置 [链接6]
*/ */
public void setLink6(String link6){ public void setLink6(String link6) {
this.link6 = link6 ; this.link6 = link6 ;
this.modify("link6",link6); this.modify("link6",link6);
} }
...@@ -287,7 +287,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -287,7 +287,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [分组标题5] * 设置 [分组标题5]
*/ */
public void setTitle5(String title5){ public void setTitle5(String title5) {
this.title5 = title5 ; this.title5 = title5 ;
this.modify("title5",title5); this.modify("title5",title5);
} }
...@@ -295,7 +295,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -295,7 +295,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [分组标题4] * 设置 [分组标题4]
*/ */
public void setTitle4(String title4){ public void setTitle4(String title4) {
this.title4 = title4 ; this.title4 = title4 ;
this.modify("title4",title4); this.modify("title4",title4);
} }
...@@ -303,7 +303,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -303,7 +303,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [其他样式链接1] * 设置 [其他样式链接1]
*/ */
public void setOslink1(String oslink1){ public void setOslink1(String oslink1) {
this.oslink1 = oslink1 ; this.oslink1 = oslink1 ;
this.modify("oslink1",oslink1); this.modify("oslink1",oslink1);
} }
...@@ -311,7 +311,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -311,7 +311,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [其他样式链接5] * 设置 [其他样式链接5]
*/ */
public void setOslink5(String oslink5){ public void setOslink5(String oslink5) {
this.oslink5 = oslink5 ; this.oslink5 = oslink5 ;
this.modify("oslink5",oslink5); this.modify("oslink5",oslink5);
} }
...@@ -319,7 +319,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -319,7 +319,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [其他样式链接6] * 设置 [其他样式链接6]
*/ */
public void setOslink6(String oslink6){ public void setOslink6(String oslink6) {
this.oslink6 = oslink6 ; this.oslink6 = oslink6 ;
this.modify("oslink6",oslink6); this.modify("oslink6",oslink6);
} }
...@@ -327,7 +327,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -327,7 +327,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [链接5] * 设置 [链接5]
*/ */
public void setLink5(String link5){ public void setLink5(String link5) {
this.link5 = link5 ; this.link5 = link5 ;
this.modify("link5",link5); this.modify("link5",link5);
} }
...@@ -335,7 +335,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -335,7 +335,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [链接3] * 设置 [链接3]
*/ */
public void setLink3(String link3){ public void setLink3(String link3) {
this.link3 = link3 ; this.link3 = link3 ;
this.modify("link3",link3); this.modify("link3",link3);
} }
...@@ -343,7 +343,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -343,7 +343,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [分组标题2] * 设置 [分组标题2]
*/ */
public void setTitle2(String title2){ public void setTitle2(String title2) {
this.title2 = title2 ; this.title2 = title2 ;
this.modify("title2",title2); this.modify("title2",title2);
} }
...@@ -351,7 +351,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -351,7 +351,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [其他样式链接2] * 设置 [其他样式链接2]
*/ */
public void setOslink2(String oslink2){ public void setOslink2(String oslink2) {
this.oslink2 = oslink2 ; this.oslink2 = oslink2 ;
this.modify("oslink2",oslink2); this.modify("oslink2",oslink2);
} }
...@@ -359,7 +359,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -359,7 +359,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [分组标题3] * 设置 [分组标题3]
*/ */
public void setTitle3(String title3){ public void setTitle3(String title3) {
this.title3 = title3 ; this.title3 = title3 ;
this.modify("title3",title3); this.modify("title3",title3);
} }
...@@ -367,7 +367,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -367,7 +367,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [链接4] * 设置 [链接4]
*/ */
public void setLink4(String link4){ public void setLink4(String link4) {
this.link4 = link4 ; this.link4 = link4 ;
this.modify("link4",link4); this.modify("link4",link4);
} }
...@@ -375,7 +375,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -375,7 +375,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [链接2] * 设置 [链接2]
*/ */
public void setLink2(String link2){ public void setLink2(String link2) {
this.link2 = link2 ; this.link2 = link2 ;
this.modify("link2",link2); this.modify("link2",link2);
} }
...@@ -383,7 +383,7 @@ public class IBIZSample extends EntityMP implements Serializable { ...@@ -383,7 +383,7 @@ public class IBIZSample extends EntityMP implements Serializable {
/** /**
* 设置 [示例类型] * 设置 [示例类型]
*/ */
public void setSampletype(String sampletype){ public void setSampletype(String sampletype) {
this.sampletype = sampletype ; this.sampletype = sampletype ;
this.modify("sampletype",sampletype); this.modify("sampletype",sampletype);
} }
......
...@@ -62,8 +62,8 @@ public class IBIZSample0002 extends EntityMP implements Serializable { ...@@ -62,8 +62,8 @@ public class IBIZSample0002 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -85,14 +85,14 @@ public class IBIZSample0002 extends EntityMP implements Serializable { ...@@ -85,14 +85,14 @@ public class IBIZSample0002 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
/** /**
* 首页图表数据源标识 * 首页图表数据源标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0002id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0002id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0002id") @JSONField(name = "ibizsample0002id")
@JsonProperty("ibizsample0002id") @JsonProperty("ibizsample0002id")
...@@ -101,9 +101,9 @@ public class IBIZSample0002 extends EntityMP implements Serializable { ...@@ -101,9 +101,9 @@ public class IBIZSample0002 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
...@@ -112,7 +112,7 @@ public class IBIZSample0002 extends EntityMP implements Serializable { ...@@ -112,7 +112,7 @@ public class IBIZSample0002 extends EntityMP implements Serializable {
/** /**
* 设置 [实体] * 设置 [实体]
*/ */
public void setDe(String de){ public void setDe(String de) {
this.de = de ; this.de = de ;
this.modify("de",de); this.modify("de",de);
} }
...@@ -120,7 +120,7 @@ public class IBIZSample0002 extends EntityMP implements Serializable { ...@@ -120,7 +120,7 @@ public class IBIZSample0002 extends EntityMP implements Serializable {
/** /**
* 设置 [实体数据量] * 设置 [实体数据量]
*/ */
public void setDenum(Integer denum){ public void setDenum(Integer denum) {
this.denum = denum ; this.denum = denum ;
this.modify("denum",denum); this.modify("denum",denum);
} }
...@@ -128,7 +128,7 @@ public class IBIZSample0002 extends EntityMP implements Serializable { ...@@ -128,7 +128,7 @@ public class IBIZSample0002 extends EntityMP implements Serializable {
/** /**
* 设置 [首页图表数据源名称] * 设置 [首页图表数据源名称]
*/ */
public void setIbizsample0002name(String ibizsample0002name){ public void setIbizsample0002name(String ibizsample0002name) {
this.ibizsample0002name = ibizsample0002name ; this.ibizsample0002name = ibizsample0002name ;
this.modify("ibizsample0002name",ibizsample0002name); this.modify("ibizsample0002name",ibizsample0002name);
} }
......
...@@ -62,8 +62,8 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -62,8 +62,8 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -77,9 +77,9 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -77,9 +77,9 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -93,7 +93,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -93,7 +93,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
/** /**
* IBIZSAMPLE0003标识 * IBIZSAMPLE0003标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0003id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0003id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0003id") @JSONField(name = "ibizsample0003id")
@JsonProperty("ibizsample0003id") @JsonProperty("ibizsample0003id")
...@@ -102,7 +102,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -102,7 +102,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -134,7 +134,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -134,7 +134,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
/** /**
* 设置 [名称] * 设置 [名称]
*/ */
public void setIbizsample0003name(String ibizsample0003name){ public void setIbizsample0003name(String ibizsample0003name) {
this.ibizsample0003name = ibizsample0003name ; this.ibizsample0003name = ibizsample0003name ;
this.modify("ibizsample0003name",ibizsample0003name); this.modify("ibizsample0003name",ibizsample0003name);
} }
...@@ -142,7 +142,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -142,7 +142,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -150,7 +150,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -150,7 +150,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
/** /**
* 设置 [FIELD01] * 设置 [FIELD01]
*/ */
public void setField01(String field01){ public void setField01(String field01) {
this.field01 = field01 ; this.field01 = field01 ;
this.modify("field01",field01); this.modify("field01",field01);
} }
...@@ -158,7 +158,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable { ...@@ -158,7 +158,7 @@ public class IBIZSample0003 extends EntityMP implements Serializable {
/** /**
* 设置 [IBIZSAMPLE0003标识] * 设置 [IBIZSAMPLE0003标识]
*/ */
public void setPibizsample0003id(String pibizsample0003id){ public void setPibizsample0003id(String pibizsample0003id) {
this.pibizsample0003id = pibizsample0003id ; this.pibizsample0003id = pibizsample0003id ;
this.modify("pibizsample0003id",pibizsample0003id); this.modify("pibizsample0003id",pibizsample0003id);
} }
......
...@@ -54,9 +54,9 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -54,9 +54,9 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -85,7 +85,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -85,7 +85,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -93,8 +93,8 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -93,8 +93,8 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
* 订单时间 * 订单时间
*/ */
@TableField(value = "mvdate") @TableField(value = "mvdate")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "mvdate" , format="yyyy-MM-dd") @JSONField(name = "mvdate", format = "yyyy-MM-dd")
@JsonProperty("mvdate") @JsonProperty("mvdate")
private Timestamp mvdate; private Timestamp mvdate;
/** /**
...@@ -102,8 +102,8 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -102,8 +102,8 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -144,7 +144,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -144,7 +144,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 多版本流程标识 * 多版本流程标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0004id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0004id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0004id") @JSONField(name = "ibizsample0004id")
@JsonProperty("ibizsample0004id") @JsonProperty("ibizsample0004id")
...@@ -162,7 +162,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -162,7 +162,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -170,7 +170,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -170,7 +170,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [状态] * 设置 [状态]
*/ */
public void setWfmvstate(String wfmvstate){ public void setWfmvstate(String wfmvstate) {
this.wfmvstate = wfmvstate ; this.wfmvstate = wfmvstate ;
this.modify("wfmvstate",wfmvstate); this.modify("wfmvstate",wfmvstate);
} }
...@@ -178,7 +178,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -178,7 +178,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型] * 设置 [订单类型]
*/ */
public void setWfmvtype(String wfmvtype){ public void setWfmvtype(String wfmvtype) {
this.wfmvtype = wfmvtype ; this.wfmvtype = wfmvtype ;
this.modify("wfmvtype",wfmvtype); this.modify("wfmvtype",wfmvtype);
} }
...@@ -186,7 +186,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -186,7 +186,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [订单时间] * 设置 [订单时间]
*/ */
public void setMvdate(Timestamp mvdate){ public void setMvdate(Timestamp mvdate) {
this.mvdate = mvdate ; this.mvdate = mvdate ;
this.modify("mvdate",mvdate); this.modify("mvdate",mvdate);
} }
...@@ -194,7 +194,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -194,7 +194,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单时间] * 格式化日期 [订单时间]
*/ */
public String formatMvdate(){ public String formatMvdate() {
if (this.mvdate == null) { if (this.mvdate == null) {
return null; return null;
} }
...@@ -204,7 +204,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -204,7 +204,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfmvstep(String wfmvstep){ public void setWfmvstep(String wfmvstep) {
this.wfmvstep = wfmvstep ; this.wfmvstep = wfmvstep ;
this.modify("wfmvstep",wfmvstep); this.modify("wfmvstep",wfmvstep);
} }
...@@ -212,7 +212,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -212,7 +212,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流版本] * 设置 [工作流版本]
*/ */
public void setWfversion(String wfversion){ public void setWfversion(String wfversion) {
this.wfversion = wfversion ; this.wfversion = wfversion ;
this.modify("wfversion",wfversion); this.modify("wfversion",wfversion);
} }
...@@ -220,7 +220,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -220,7 +220,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfstate(Integer wfstate){ public void setWfstate(Integer wfstate) {
this.wfstate = wfstate ; this.wfstate = wfstate ;
this.modify("wfstate",wfstate); this.modify("wfstate",wfstate);
} }
...@@ -228,7 +228,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -228,7 +228,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [名称] * 设置 [名称]
*/ */
public void setIbizsample0004name(String ibizsample0004name){ public void setIbizsample0004name(String ibizsample0004name) {
this.ibizsample0004name = ibizsample0004name ; this.ibizsample0004name = ibizsample0004name ;
this.modify("ibizsample0004name",ibizsample0004name); this.modify("ibizsample0004name",ibizsample0004name);
} }
...@@ -236,7 +236,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -236,7 +236,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流实例] * 设置 [工作流实例]
*/ */
public void setWfinstanceid(String wfinstanceid){ public void setWfinstanceid(String wfinstanceid) {
this.wfinstanceid = wfinstanceid ; this.wfinstanceid = wfinstanceid ;
this.modify("wfinstanceid",wfinstanceid); this.modify("wfinstanceid",wfinstanceid);
} }
...@@ -244,7 +244,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable { ...@@ -244,7 +244,7 @@ public class IBIZSample0004 extends EntityMP implements Serializable {
/** /**
* 设置 [订单金额] * 设置 [订单金额]
*/ */
public void setJe(BigDecimal je){ public void setJe(BigDecimal je) {
this.je = je ; this.je = je ;
this.modify("je",je); this.modify("je",je);
} }
......
...@@ -69,14 +69,14 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -69,14 +69,14 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
* 订单时间 * 订单时间
*/ */
@TableField(value = "mmdate") @TableField(value = "mmdate")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "mmdate" , format="yyyy-MM-dd") @JSONField(name = "mmdate", format = "yyyy-MM-dd")
@JsonProperty("mmdate") @JsonProperty("mmdate")
private Timestamp mmdate; private Timestamp mmdate;
/** /**
* 多模式流程标识 * 多模式流程标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0005id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0005id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0005id") @JSONField(name = "ibizsample0005id")
@JsonProperty("ibizsample0005id") @JsonProperty("ibizsample0005id")
...@@ -92,9 +92,9 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -92,9 +92,9 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -102,8 +102,8 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -102,8 +102,8 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -124,7 +124,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -124,7 +124,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -162,7 +162,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -162,7 +162,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [订单金额] * 设置 [订单金额]
*/ */
public void setJe(BigDecimal je){ public void setJe(BigDecimal je) {
this.je = je ; this.je = je ;
this.modify("je",je); this.modify("je",je);
} }
...@@ -170,7 +170,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -170,7 +170,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流实例] * 设置 [工作流实例]
*/ */
public void setWfinstanceid(String wfinstanceid){ public void setWfinstanceid(String wfinstanceid) {
this.wfinstanceid = wfinstanceid ; this.wfinstanceid = wfinstanceid ;
this.modify("wfinstanceid",wfinstanceid); this.modify("wfinstanceid",wfinstanceid);
} }
...@@ -178,7 +178,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -178,7 +178,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [订单时间] * 设置 [订单时间]
*/ */
public void setMmdate(Timestamp mmdate){ public void setMmdate(Timestamp mmdate) {
this.mmdate = mmdate ; this.mmdate = mmdate ;
this.modify("mmdate",mmdate); this.modify("mmdate",mmdate);
} }
...@@ -186,7 +186,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -186,7 +186,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单时间] * 格式化日期 [订单时间]
*/ */
public String formatMmdate(){ public String formatMmdate() {
if (this.mmdate == null) { if (this.mmdate == null) {
return null; return null;
} }
...@@ -196,7 +196,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -196,7 +196,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流版本] * 设置 [工作流版本]
*/ */
public void setWfversion(String wfversion){ public void setWfversion(String wfversion) {
this.wfversion = wfversion ; this.wfversion = wfversion ;
this.modify("wfversion",wfversion); this.modify("wfversion",wfversion);
} }
...@@ -204,7 +204,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -204,7 +204,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfmmstep(String wfmmstep){ public void setWfmmstep(String wfmmstep) {
this.wfmmstep = wfmmstep ; this.wfmmstep = wfmmstep ;
this.modify("wfmmstep",wfmmstep); this.modify("wfmmstep",wfmmstep);
} }
...@@ -212,7 +212,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -212,7 +212,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型] * 设置 [订单类型]
*/ */
public void setWfmmtype(String wfmmtype){ public void setWfmmtype(String wfmmtype) {
this.wfmmtype = wfmmtype ; this.wfmmtype = wfmmtype ;
this.modify("wfmmtype",wfmmtype); this.modify("wfmmtype",wfmmtype);
} }
...@@ -220,7 +220,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -220,7 +220,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfstate(Integer wfstate){ public void setWfstate(Integer wfstate) {
this.wfstate = wfstate ; this.wfstate = wfstate ;
this.modify("wfstate",wfstate); this.modify("wfstate",wfstate);
} }
...@@ -228,7 +228,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -228,7 +228,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [多模式流程名称] * 设置 [多模式流程名称]
*/ */
public void setIbizsample0005name(String ibizsample0005name){ public void setIbizsample0005name(String ibizsample0005name) {
this.ibizsample0005name = ibizsample0005name ; this.ibizsample0005name = ibizsample0005name ;
this.modify("ibizsample0005name",ibizsample0005name); this.modify("ibizsample0005name",ibizsample0005name);
} }
...@@ -236,7 +236,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -236,7 +236,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -244,7 +244,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable { ...@@ -244,7 +244,7 @@ public class IBIZSample0005 extends EntityMP implements Serializable {
/** /**
* 设置 [状态] * 设置 [状态]
*/ */
public void setWfmmstate(String wfmmstate){ public void setWfmmstate(String wfmmstate) {
this.wfmmstate = wfmmstate ; this.wfmmstate = wfmmstate ;
this.modify("wfmmstate",wfmmstate); this.modify("wfmmstate",wfmmstate);
} }
......
...@@ -60,7 +60,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -60,7 +60,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 嵌套流程(主)标识 * 嵌套流程(主)标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0006id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0006id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0006id") @JSONField(name = "ibizsample0006id")
@JsonProperty("ibizsample0006id") @JsonProperty("ibizsample0006id")
...@@ -69,9 +69,9 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -69,9 +69,9 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -99,8 +99,8 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -99,8 +99,8 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
* 公文日期 * 公文日期
*/ */
@TableField(value = "ddate") @TableField(value = "ddate")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "ddate" , format="yyyy-MM-dd") @JSONField(name = "ddate", format = "yyyy-MM-dd")
@JsonProperty("ddate") @JsonProperty("ddate")
private Timestamp ddate; private Timestamp ddate;
/** /**
...@@ -108,8 +108,8 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -108,8 +108,8 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -131,7 +131,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -131,7 +131,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -169,7 +169,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -169,7 +169,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [业务状态] * 设置 [业务状态]
*/ */
public void setYwstate(String ywstate){ public void setYwstate(String ywstate) {
this.ywstate = ywstate ; this.ywstate = ywstate ;
this.modify("ywstate",ywstate); this.modify("ywstate",ywstate);
} }
...@@ -177,7 +177,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -177,7 +177,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [公文编号] * 设置 [公文编号]
*/ */
public void setDnum(String dnum){ public void setDnum(String dnum) {
this.dnum = dnum ; this.dnum = dnum ;
this.modify("dnum",dnum); this.modify("dnum",dnum);
} }
...@@ -185,7 +185,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -185,7 +185,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -193,7 +193,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -193,7 +193,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流实例] * 设置 [工作流实例]
*/ */
public void setWfinstanceid(String wfinstanceid){ public void setWfinstanceid(String wfinstanceid) {
this.wfinstanceid = wfinstanceid ; this.wfinstanceid = wfinstanceid ;
this.modify("wfinstanceid",wfinstanceid); this.modify("wfinstanceid",wfinstanceid);
} }
...@@ -201,7 +201,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -201,7 +201,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [会签部门] * 设置 [会签部门]
*/ */
public void setHqdept(String hqdept){ public void setHqdept(String hqdept) {
this.hqdept = hqdept ; this.hqdept = hqdept ;
this.modify("hqdept",hqdept); this.modify("hqdept",hqdept);
} }
...@@ -209,7 +209,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -209,7 +209,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [公文日期] * 设置 [公文日期]
*/ */
public void setDdate(Timestamp ddate){ public void setDdate(Timestamp ddate) {
this.ddate = ddate ; this.ddate = ddate ;
this.modify("ddate",ddate); this.modify("ddate",ddate);
} }
...@@ -217,7 +217,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -217,7 +217,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [公文日期] * 格式化日期 [公文日期]
*/ */
public String formatDdate(){ public String formatDdate() {
if (this.ddate == null) { if (this.ddate == null) {
return null; return null;
} }
...@@ -227,7 +227,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -227,7 +227,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [公文名称] * 设置 [公文名称]
*/ */
public void setIbizsample0006name(String ibizsample0006name){ public void setIbizsample0006name(String ibizsample0006name) {
this.ibizsample0006name = ibizsample0006name ; this.ibizsample0006name = ibizsample0006name ;
this.modify("ibizsample0006name",ibizsample0006name); this.modify("ibizsample0006name",ibizsample0006name);
} }
...@@ -235,7 +235,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -235,7 +235,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfstate(Integer wfstate){ public void setWfstate(Integer wfstate) {
this.wfstate = wfstate ; this.wfstate = wfstate ;
this.modify("wfstate",wfstate); this.modify("wfstate",wfstate);
} }
...@@ -243,7 +243,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -243,7 +243,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流版本] * 设置 [工作流版本]
*/ */
public void setWfversion(String wfversion){ public void setWfversion(String wfversion) {
this.wfversion = wfversion ; this.wfversion = wfversion ;
this.modify("wfversion",wfversion); this.modify("wfversion",wfversion);
} }
...@@ -251,7 +251,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -251,7 +251,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [流程步骤] * 设置 [流程步骤]
*/ */
public void setWfstep(String wfstep){ public void setWfstep(String wfstep) {
this.wfstep = wfstep ; this.wfstep = wfstep ;
this.modify("wfstep",wfstep); this.modify("wfstep",wfstep);
} }
...@@ -259,7 +259,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable { ...@@ -259,7 +259,7 @@ public class IBIZSample0006 extends EntityMP implements Serializable {
/** /**
* 设置 [正文] * 设置 [正文]
*/ */
public void setDtext(String dtext){ public void setDtext(String dtext) {
this.dtext = dtext ; this.dtext = dtext ;
this.modify("dtext",dtext); this.modify("dtext",dtext);
} }
......
...@@ -48,14 +48,14 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -48,14 +48,14 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 嵌套流程(子)标识 * 嵌套流程(子)标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0007id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0007id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0007id") @JSONField(name = "ibizsample0007id")
@JsonProperty("ibizsample0007id") @JsonProperty("ibizsample0007id")
...@@ -107,9 +107,9 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -107,9 +107,9 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -123,7 +123,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -123,7 +123,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -138,8 +138,8 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -138,8 +138,8 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
* 公文时间 * 公文时间
*/ */
@TableField(exist = false) @TableField(exist = false)
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "ddate" , format="yyyy-MM-dd") @JSONField(name = "ddate", format = "yyyy-MM-dd")
@JsonProperty("ddate") @JsonProperty("ddate")
private Timestamp ddate; private Timestamp ddate;
/** /**
...@@ -177,7 +177,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -177,7 +177,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流版本] * 设置 [工作流版本]
*/ */
public void setWfversion(String wfversion){ public void setWfversion(String wfversion) {
this.wfversion = wfversion ; this.wfversion = wfversion ;
this.modify("wfversion",wfversion); this.modify("wfversion",wfversion);
} }
...@@ -185,7 +185,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -185,7 +185,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [公文名称] * 设置 [公文名称]
*/ */
public void setIbizsample0007name(String ibizsample0007name){ public void setIbizsample0007name(String ibizsample0007name) {
this.ibizsample0007name = ibizsample0007name ; this.ibizsample0007name = ibizsample0007name ;
this.modify("ibizsample0007name",ibizsample0007name); this.modify("ibizsample0007name",ibizsample0007name);
} }
...@@ -193,7 +193,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -193,7 +193,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfstate(Integer wfstate){ public void setWfstate(Integer wfstate) {
this.wfstate = wfstate ; this.wfstate = wfstate ;
this.modify("wfstate",wfstate); this.modify("wfstate",wfstate);
} }
...@@ -201,7 +201,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -201,7 +201,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [业务状态] * 设置 [业务状态]
*/ */
public void setYwstate(String ywstate){ public void setYwstate(String ywstate) {
this.ywstate = ywstate ; this.ywstate = ywstate ;
this.modify("ywstate",ywstate); this.modify("ywstate",ywstate);
} }
...@@ -209,7 +209,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -209,7 +209,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流实例] * 设置 [工作流实例]
*/ */
public void setWfinstanceid(String wfinstanceid){ public void setWfinstanceid(String wfinstanceid) {
this.wfinstanceid = wfinstanceid ; this.wfinstanceid = wfinstanceid ;
this.modify("wfinstanceid",wfinstanceid); this.modify("wfinstanceid",wfinstanceid);
} }
...@@ -217,7 +217,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -217,7 +217,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [会签步骤] * 设置 [会签步骤]
*/ */
public void setWfstep(String wfstep){ public void setWfstep(String wfstep) {
this.wfstep = wfstep ; this.wfstep = wfstep ;
this.modify("wfstep",wfstep); this.modify("wfstep",wfstep);
} }
...@@ -225,7 +225,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable { ...@@ -225,7 +225,7 @@ public class IBIZSample0007 extends EntityMP implements Serializable {
/** /**
* 设置 [嵌套流程(主)标识] * 设置 [嵌套流程(主)标识]
*/ */
public void setIbizsample0006id(String ibizsample0006id){ public void setIbizsample0006id(String ibizsample0006id) {
this.ibizsample0006id = ibizsample0006id ; this.ibizsample0006id = ibizsample0006id ;
this.modify("ibizsample0006id",ibizsample0006id); this.modify("ibizsample0006id",ibizsample0006id);
} }
......
...@@ -54,9 +54,9 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -54,9 +54,9 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -69,7 +69,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -69,7 +69,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 自循环流程标识 * 自循环流程标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0008id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0008id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0008id") @JSONField(name = "ibizsample0008id")
@JsonProperty("ibizsample0008id") @JsonProperty("ibizsample0008id")
...@@ -107,7 +107,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -107,7 +107,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -116,8 +116,8 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -116,8 +116,8 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -140,7 +140,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -140,7 +140,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [自循环步骤] * 设置 [自循环步骤]
*/ */
public void setWfstep(String wfstep){ public void setWfstep(String wfstep) {
this.wfstep = wfstep ; this.wfstep = wfstep ;
this.modify("wfstep",wfstep); this.modify("wfstep",wfstep);
} }
...@@ -148,7 +148,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -148,7 +148,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [业务状态] * 设置 [业务状态]
*/ */
public void setYwstate(String ywstate){ public void setYwstate(String ywstate) {
this.ywstate = ywstate ; this.ywstate = ywstate ;
this.modify("ywstate",ywstate); this.modify("ywstate",ywstate);
} }
...@@ -156,7 +156,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -156,7 +156,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流版本] * 设置 [工作流版本]
*/ */
public void setWfversion(String wfversion){ public void setWfversion(String wfversion) {
this.wfversion = wfversion ; this.wfversion = wfversion ;
this.modify("wfversion",wfversion); this.modify("wfversion",wfversion);
} }
...@@ -164,7 +164,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -164,7 +164,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流步骤] * 设置 [工作流步骤]
*/ */
public void setWfstate(Integer wfstate){ public void setWfstate(Integer wfstate) {
this.wfstate = wfstate ; this.wfstate = wfstate ;
this.modify("wfstate",wfstate); this.modify("wfstate",wfstate);
} }
...@@ -172,7 +172,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -172,7 +172,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [下一步处理人] * 设置 [下一步处理人]
*/ */
public void setNextperson(String nextperson){ public void setNextperson(String nextperson) {
this.nextperson = nextperson ; this.nextperson = nextperson ;
this.modify("nextperson",nextperson); this.modify("nextperson",nextperson);
} }
...@@ -180,7 +180,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -180,7 +180,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [工作流实例] * 设置 [工作流实例]
*/ */
public void setWfinstanceid(String wfinstanceid){ public void setWfinstanceid(String wfinstanceid) {
this.wfinstanceid = wfinstanceid ; this.wfinstanceid = wfinstanceid ;
this.modify("wfinstanceid",wfinstanceid); this.modify("wfinstanceid",wfinstanceid);
} }
...@@ -188,7 +188,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable { ...@@ -188,7 +188,7 @@ public class IBIZSample0008 extends EntityMP implements Serializable {
/** /**
* 设置 [自循环流程名称] * 设置 [自循环流程名称]
*/ */
public void setIbizsample0008name(String ibizsample0008name){ public void setIbizsample0008name(String ibizsample0008name) {
this.ibizsample0008name = ibizsample0008name ; this.ibizsample0008name = ibizsample0008name ;
this.modify("ibizsample0008name",ibizsample0008name); this.modify("ibizsample0008name",ibizsample0008name);
} }
......
...@@ -48,23 +48,23 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -48,23 +48,23 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 日期 * 日期
*/ */
@TableField(value = "date") @TableField(value = "date")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "date" , format="yyyy-MM-dd") @JSONField(name = "date", format = "yyyy-MM-dd")
@JsonProperty("date") @JsonProperty("date")
private Timestamp date; private Timestamp date;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -85,7 +85,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -85,7 +85,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 商品价格明细标识 * 商品价格明细标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0009id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0009id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0009id") @JSONField(name = "ibizsample0009id")
@JsonProperty("ibizsample0009id") @JsonProperty("ibizsample0009id")
...@@ -94,9 +94,9 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -94,9 +94,9 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -148,7 +148,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -148,7 +148,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [日期] * 设置 [日期]
*/ */
public void setDate(Timestamp date){ public void setDate(Timestamp date) {
this.date = date ; this.date = date ;
this.modify("date",date); this.modify("date",date);
} }
...@@ -156,7 +156,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -156,7 +156,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [日期] * 格式化日期 [日期]
*/ */
public String formatDate(){ public String formatDate() {
if (this.date == null) { if (this.date == null) {
return null; return null;
} }
...@@ -166,7 +166,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -166,7 +166,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [收盘] * 设置 [收盘]
*/ */
public void setSp(BigDecimal sp){ public void setSp(BigDecimal sp) {
this.sp = sp ; this.sp = sp ;
this.modify("sp",sp); this.modify("sp",sp);
} }
...@@ -174,7 +174,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -174,7 +174,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [商品价格明细名称] * 设置 [商品价格明细名称]
*/ */
public void setIbizsample0009name(String ibizsample0009name){ public void setIbizsample0009name(String ibizsample0009name) {
this.ibizsample0009name = ibizsample0009name ; this.ibizsample0009name = ibizsample0009name ;
this.modify("ibizsample0009name",ibizsample0009name); this.modify("ibizsample0009name",ibizsample0009name);
} }
...@@ -182,7 +182,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -182,7 +182,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [商品名称] * 设置 [商品名称]
*/ */
public void setSpmc(String spmc){ public void setSpmc(String spmc) {
this.spmc = spmc ; this.spmc = spmc ;
this.modify("spmc",spmc); this.modify("spmc",spmc);
} }
...@@ -190,7 +190,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -190,7 +190,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [盘低] * 设置 [盘低]
*/ */
public void setPd(BigDecimal pd){ public void setPd(BigDecimal pd) {
this.pd = pd ; this.pd = pd ;
this.modify("pd",pd); this.modify("pd",pd);
} }
...@@ -198,7 +198,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -198,7 +198,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [盘高] * 设置 [盘高]
*/ */
public void setPg(BigDecimal pg){ public void setPg(BigDecimal pg) {
this.pg = pg ; this.pg = pg ;
this.modify("pg",pg); this.modify("pg",pg);
} }
...@@ -206,7 +206,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable { ...@@ -206,7 +206,7 @@ public class IBIZSample0009 extends EntityMP implements Serializable {
/** /**
* 设置 [开盘] * 设置 [开盘]
*/ */
public void setKp(BigDecimal kp){ public void setKp(BigDecimal kp) {
this.kp = kp ; this.kp = kp ;
this.modify("kp",kp); this.modify("kp",kp);
} }
......
...@@ -54,7 +54,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -54,7 +54,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -62,9 +62,9 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -62,9 +62,9 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -94,8 +94,8 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -94,8 +94,8 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -110,14 +110,14 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -110,14 +110,14 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
* 订单时间 * 订单时间
*/ */
@TableField(value = "ordertime") @TableField(value = "ordertime")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "ordertime" , format="yyyy-MM-dd") @JSONField(name = "ordertime", format = "yyyy-MM-dd")
@JsonProperty("ordertime") @JsonProperty("ordertime")
private Timestamp ordertime; private Timestamp ordertime;
/** /**
* 订单标识 * 订单标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0010id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0010id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0010id") @JSONField(name = "ibizsample0010id")
@JsonProperty("ibizsample0010id") @JsonProperty("ibizsample0010id")
...@@ -128,7 +128,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -128,7 +128,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型] * 设置 [订单类型]
*/ */
public void setOrdertype(String ordertype){ public void setOrdertype(String ordertype) {
this.ordertype = ordertype ; this.ordertype = ordertype ;
this.modify("ordertype",ordertype); this.modify("ordertype",ordertype);
} }
...@@ -136,7 +136,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -136,7 +136,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -144,7 +144,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -144,7 +144,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
/** /**
* 设置 [订单名称] * 设置 [订单名称]
*/ */
public void setIbizsample0010name(String ibizsample0010name){ public void setIbizsample0010name(String ibizsample0010name) {
this.ibizsample0010name = ibizsample0010name ; this.ibizsample0010name = ibizsample0010name ;
this.modify("ibizsample0010name",ibizsample0010name); this.modify("ibizsample0010name",ibizsample0010name);
} }
...@@ -152,7 +152,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -152,7 +152,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
/** /**
* 设置 [订单编号] * 设置 [订单编号]
*/ */
public void setOrderuid(String orderuid){ public void setOrderuid(String orderuid) {
this.orderuid = orderuid ; this.orderuid = orderuid ;
this.modify("orderuid",orderuid); this.modify("orderuid",orderuid);
} }
...@@ -160,7 +160,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -160,7 +160,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
/** /**
* 设置 [订单时间] * 设置 [订单时间]
*/ */
public void setOrdertime(Timestamp ordertime){ public void setOrdertime(Timestamp ordertime) {
this.ordertime = ordertime ; this.ordertime = ordertime ;
this.modify("ordertime",ordertime); this.modify("ordertime",ordertime);
} }
...@@ -168,7 +168,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable { ...@@ -168,7 +168,7 @@ public class IBIZSample0010 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单时间] * 格式化日期 [订单时间]
*/ */
public String formatOrdertime(){ public String formatOrdertime() {
if (this.ordertime == null) { if (this.ordertime == null) {
return null; return null;
} }
......
...@@ -61,7 +61,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -61,7 +61,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
/** /**
* 订单明细标识 * 订单明细标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0011id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0011id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0011id") @JSONField(name = "ibizsample0011id")
@JsonProperty("ibizsample0011id") @JsonProperty("ibizsample0011id")
...@@ -70,16 +70,16 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -70,16 +70,16 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -88,8 +88,8 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -88,8 +88,8 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -170,7 +170,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -170,7 +170,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
/** /**
* 设置 [数量] * 设置 [数量]
*/ */
public void setQuantity(Integer quantity){ public void setQuantity(Integer quantity) {
this.quantity = quantity ; this.quantity = quantity ;
this.modify("quantity",quantity); this.modify("quantity",quantity);
} }
...@@ -178,7 +178,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -178,7 +178,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
/** /**
* 设置 [订单明细名称] * 设置 [订单明细名称]
*/ */
public void setIbizsample0011name(String ibizsample0011name){ public void setIbizsample0011name(String ibizsample0011name) {
this.ibizsample0011name = ibizsample0011name ; this.ibizsample0011name = ibizsample0011name ;
this.modify("ibizsample0011name",ibizsample0011name); this.modify("ibizsample0011name",ibizsample0011name);
} }
...@@ -186,7 +186,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -186,7 +186,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
/** /**
* 设置 [订单标识] * 设置 [订单标识]
*/ */
public void setIbizsample0010id(String ibizsample0010id){ public void setIbizsample0010id(String ibizsample0010id) {
this.ibizsample0010id = ibizsample0010id ; this.ibizsample0010id = ibizsample0010id ;
this.modify("ibizsample0010id",ibizsample0010id); this.modify("ibizsample0010id",ibizsample0010id);
} }
...@@ -194,7 +194,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable { ...@@ -194,7 +194,7 @@ public class IBIZSample0011 extends EntityMP implements Serializable {
/** /**
* 设置 [统一产品标识] * 设置 [统一产品标识]
*/ */
public void setIbizuniproductid(String ibizuniproductid){ public void setIbizuniproductid(String ibizuniproductid) {
this.ibizuniproductid = ibizuniproductid ; this.ibizuniproductid = ibizuniproductid ;
this.modify("ibizuniproductid",ibizuniproductid); this.modify("ibizuniproductid",ibizuniproductid);
} }
......
...@@ -47,15 +47,15 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -47,15 +47,15 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 订单标识 * 订单标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0012id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0012id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0012id") @JSONField(name = "ibizsample0012id")
@JsonProperty("ibizsample0012id") @JsonProperty("ibizsample0012id")
...@@ -72,8 +72,8 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -72,8 +72,8 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
* 订单时间 * 订单时间
*/ */
@TableField(value = "ordertime") @TableField(value = "ordertime")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "ordertime" , format="yyyy-MM-dd") @JSONField(name = "ordertime", format = "yyyy-MM-dd")
@JsonProperty("ordertime") @JsonProperty("ordertime")
private Timestamp ordertime; private Timestamp ordertime;
/** /**
...@@ -89,8 +89,8 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -89,8 +89,8 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -111,7 +111,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -111,7 +111,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -128,7 +128,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -128,7 +128,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
/** /**
* 设置 [订单编号] * 设置 [订单编号]
*/ */
public void setOrderuid(String orderuid){ public void setOrderuid(String orderuid) {
this.orderuid = orderuid ; this.orderuid = orderuid ;
this.modify("orderuid",orderuid); this.modify("orderuid",orderuid);
} }
...@@ -136,7 +136,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -136,7 +136,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
/** /**
* 设置 [订单时间] * 设置 [订单时间]
*/ */
public void setOrdertime(Timestamp ordertime){ public void setOrdertime(Timestamp ordertime) {
this.ordertime = ordertime ; this.ordertime = ordertime ;
this.modify("ordertime",ordertime); this.modify("ordertime",ordertime);
} }
...@@ -144,7 +144,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -144,7 +144,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单时间] * 格式化日期 [订单时间]
*/ */
public String formatOrdertime(){ public String formatOrdertime() {
if (this.ordertime == null) { if (this.ordertime == null) {
return null; return null;
} }
...@@ -154,7 +154,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -154,7 +154,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -162,7 +162,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -162,7 +162,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
/** /**
* 设置 [订单名称] * 设置 [订单名称]
*/ */
public void setIbizsample0012name(String ibizsample0012name){ public void setIbizsample0012name(String ibizsample0012name) {
this.ibizsample0012name = ibizsample0012name ; this.ibizsample0012name = ibizsample0012name ;
this.modify("ibizsample0012name",ibizsample0012name); this.modify("ibizsample0012name",ibizsample0012name);
} }
...@@ -170,7 +170,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable { ...@@ -170,7 +170,7 @@ public class IBIZSample0012 extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型] * 设置 [订单类型]
*/ */
public void setOrdertype(String ordertype){ public void setOrdertype(String ordertype) {
this.ordertype = ordertype ; this.ordertype = ordertype ;
this.modify("ordertype",ordertype); this.modify("ordertype",ordertype);
} }
......
...@@ -63,15 +63,15 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -63,15 +63,15 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -79,9 +79,9 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -79,9 +79,9 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -101,7 +101,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -101,7 +101,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
/** /**
* 订单明细标识 * 订单明细标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0013id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0013id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0013id") @JSONField(name = "ibizsample0013id")
@JsonProperty("ibizsample0013id") @JsonProperty("ibizsample0013id")
...@@ -170,7 +170,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -170,7 +170,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
/** /**
* 设置 [订单明细名称] * 设置 [订单明细名称]
*/ */
public void setIbizsample0013name(String ibizsample0013name){ public void setIbizsample0013name(String ibizsample0013name) {
this.ibizsample0013name = ibizsample0013name ; this.ibizsample0013name = ibizsample0013name ;
this.modify("ibizsample0013name",ibizsample0013name); this.modify("ibizsample0013name",ibizsample0013name);
} }
...@@ -178,7 +178,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -178,7 +178,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
/** /**
* 设置 [数量] * 设置 [数量]
*/ */
public void setQuantity(Integer quantity){ public void setQuantity(Integer quantity) {
this.quantity = quantity ; this.quantity = quantity ;
this.modify("quantity",quantity); this.modify("quantity",quantity);
} }
...@@ -186,7 +186,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -186,7 +186,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
/** /**
* 设置 [统一产品标识] * 设置 [统一产品标识]
*/ */
public void setIbizuniproductid(String ibizuniproductid){ public void setIbizuniproductid(String ibizuniproductid) {
this.ibizuniproductid = ibizuniproductid ; this.ibizuniproductid = ibizuniproductid ;
this.modify("ibizuniproductid",ibizuniproductid); this.modify("ibizuniproductid",ibizuniproductid);
} }
...@@ -194,7 +194,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable { ...@@ -194,7 +194,7 @@ public class IBIZSample0013 extends EntityMP implements Serializable {
/** /**
* 设置 [订单标识] * 设置 [订单标识]
*/ */
public void setIbizsample0012id(String ibizsample0012id){ public void setIbizsample0012id(String ibizsample0012id) {
this.ibizsample0012id = ibizsample0012id ; this.ibizsample0012id = ibizsample0012id ;
this.modify("ibizsample0012id",ibizsample0012id); this.modify("ibizsample0012id",ibizsample0012id);
} }
......
...@@ -53,7 +53,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable { ...@@ -53,7 +53,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable {
/** /**
* 员工标识 * 员工标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0014id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0014id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0014id") @JSONField(name = "ibizsample0014id")
@JsonProperty("ibizsample0014id") @JsonProperty("ibizsample0014id")
...@@ -70,17 +70,17 @@ public class IBIZSample0014 extends EntityMP implements Serializable { ...@@ -70,17 +70,17 @@ public class IBIZSample0014 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -95,7 +95,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable { ...@@ -95,7 +95,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -127,7 +127,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable { ...@@ -127,7 +127,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable {
/** /**
* 设置 [员工名称] * 设置 [员工名称]
*/ */
public void setIbizsample0014name(String ibizsample0014name){ public void setIbizsample0014name(String ibizsample0014name) {
this.ibizsample0014name = ibizsample0014name ; this.ibizsample0014name = ibizsample0014name ;
this.modify("ibizsample0014name",ibizsample0014name); this.modify("ibizsample0014name",ibizsample0014name);
} }
...@@ -135,7 +135,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable { ...@@ -135,7 +135,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable {
/** /**
* 设置 [员工编号] * 设置 [员工编号]
*/ */
public void setSn(String sn){ public void setSn(String sn) {
this.sn = sn ; this.sn = sn ;
this.modify("sn",sn); this.modify("sn",sn);
} }
...@@ -143,7 +143,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable { ...@@ -143,7 +143,7 @@ public class IBIZSample0014 extends EntityMP implements Serializable {
/** /**
* 设置 [IBIZSAMPLE0003标识] * 设置 [IBIZSAMPLE0003标识]
*/ */
public void setIbizsample0003id(String ibizsample0003id){ public void setIbizsample0003id(String ibizsample0003id) {
this.ibizsample0003id = ibizsample0003id ; this.ibizsample0003id = ibizsample0003id ;
this.modify("ibizsample0003id",ibizsample0003id); this.modify("ibizsample0003id",ibizsample0003id);
} }
......
...@@ -47,9 +47,9 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -47,9 +47,9 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -63,7 +63,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -63,7 +63,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -86,8 +86,8 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -86,8 +86,8 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -101,7 +101,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -101,7 +101,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
/** /**
* 项目标识 * 项目标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0015id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0015id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0015id") @JSONField(name = "ibizsample0015id")
@JsonProperty("ibizsample0015id") @JsonProperty("ibizsample0015id")
...@@ -112,7 +112,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -112,7 +112,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
/** /**
* 设置 [项目内容] * 设置 [项目内容]
*/ */
public void setContent(String content){ public void setContent(String content) {
this.content = content ; this.content = content ;
this.modify("content",content); this.modify("content",content);
} }
...@@ -120,7 +120,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -120,7 +120,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
/** /**
* 设置 [项目名称] * 设置 [项目名称]
*/ */
public void setIbizsample0015name(String ibizsample0015name){ public void setIbizsample0015name(String ibizsample0015name) {
this.ibizsample0015name = ibizsample0015name ; this.ibizsample0015name = ibizsample0015name ;
this.modify("ibizsample0015name",ibizsample0015name); this.modify("ibizsample0015name",ibizsample0015name);
} }
...@@ -128,7 +128,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable { ...@@ -128,7 +128,7 @@ public class IBIZSample0015 extends EntityMP implements Serializable {
/** /**
* 设置 [项目编号] * 设置 [项目编号]
*/ */
public void setSn(String sn){ public void setSn(String sn) {
this.sn = sn ; this.sn = sn ;
this.modify("sn",sn); this.modify("sn",sn);
} }
......
...@@ -47,7 +47,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -47,7 +47,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -56,8 +56,8 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -56,8 +56,8 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -71,7 +71,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -71,7 +71,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
/** /**
* 项目成员标识 * 项目成员标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0016id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0016id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0016id") @JSONField(name = "ibizsample0016id")
@JsonProperty("ibizsample0016id") @JsonProperty("ibizsample0016id")
...@@ -80,9 +80,9 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -80,9 +80,9 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -142,7 +142,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -142,7 +142,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
/** /**
* 设置 [项目成员名称] * 设置 [项目成员名称]
*/ */
public void setIbizsample0016name(String ibizsample0016name){ public void setIbizsample0016name(String ibizsample0016name) {
this.ibizsample0016name = ibizsample0016name ; this.ibizsample0016name = ibizsample0016name ;
this.modify("ibizsample0016name",ibizsample0016name); this.modify("ibizsample0016name",ibizsample0016name);
} }
...@@ -150,7 +150,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -150,7 +150,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
/** /**
* 设置 [项目标识] * 设置 [项目标识]
*/ */
public void setIbizsample0015id(String ibizsample0015id){ public void setIbizsample0015id(String ibizsample0015id) {
this.ibizsample0015id = ibizsample0015id ; this.ibizsample0015id = ibizsample0015id ;
this.modify("ibizsample0015id",ibizsample0015id); this.modify("ibizsample0015id",ibizsample0015id);
} }
...@@ -158,7 +158,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable { ...@@ -158,7 +158,7 @@ public class IBIZSample0016 extends EntityMP implements Serializable {
/** /**
* 设置 [员工标识] * 设置 [员工标识]
*/ */
public void setIbizsample0014id(String ibizsample0014id){ public void setIbizsample0014id(String ibizsample0014id) {
this.ibizsample0014id = ibizsample0014id ; this.ibizsample0014id = ibizsample0014id ;
this.modify("ibizsample0014id",ibizsample0014id); this.modify("ibizsample0014id",ibizsample0014id);
} }
......
...@@ -76,15 +76,15 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -76,15 +76,15 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
* 订单时间 * 订单时间
*/ */
@TableField(value = "ordertime") @TableField(value = "ordertime")
@JsonFormat(pattern="yyyy-MM-dd", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "ordertime" , format="yyyy-MM-dd") @JSONField(name = "ordertime", format = "yyyy-MM-dd")
@JsonProperty("ordertime") @JsonProperty("ordertime")
private Timestamp ordertime; private Timestamp ordertime;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -99,9 +99,9 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -99,9 +99,9 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -109,8 +109,8 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -109,8 +109,8 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -123,7 +123,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -123,7 +123,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 订单标识 * 订单标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0017id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0017id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0017id") @JSONField(name = "ibizsample0017id")
@JsonProperty("ibizsample0017id") @JsonProperty("ibizsample0017id")
...@@ -142,7 +142,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -142,7 +142,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [订单编号] * 设置 [订单编号]
*/ */
public void setOrderuid(String orderuid){ public void setOrderuid(String orderuid) {
this.orderuid = orderuid ; this.orderuid = orderuid ;
this.modify("orderuid",orderuid); this.modify("orderuid",orderuid);
} }
...@@ -150,7 +150,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -150,7 +150,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [备注] * 设置 [备注]
*/ */
public void setMemo(String memo){ public void setMemo(String memo) {
this.memo = memo ; this.memo = memo ;
this.modify("memo",memo); this.modify("memo",memo);
} }
...@@ -158,7 +158,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -158,7 +158,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [明细数] * 设置 [明细数]
*/ */
public void setDetailnum(Integer detailnum){ public void setDetailnum(Integer detailnum) {
this.detailnum = detailnum ; this.detailnum = detailnum ;
this.modify("detailnum",detailnum); this.modify("detailnum",detailnum);
} }
...@@ -166,7 +166,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -166,7 +166,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [总计] * 设置 [总计]
*/ */
public void setAmount(Double amount){ public void setAmount(Double amount) {
this.amount = amount ; this.amount = amount ;
this.modify("amount",amount); this.modify("amount",amount);
} }
...@@ -174,7 +174,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -174,7 +174,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [订单时间] * 设置 [订单时间]
*/ */
public void setOrdertime(Timestamp ordertime){ public void setOrdertime(Timestamp ordertime) {
this.ordertime = ordertime ; this.ordertime = ordertime ;
this.modify("ordertime",ordertime); this.modify("ordertime",ordertime);
} }
...@@ -182,7 +182,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -182,7 +182,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 格式化日期 [订单时间] * 格式化日期 [订单时间]
*/ */
public String formatOrdertime(){ public String formatOrdertime() {
if (this.ordertime == null) { if (this.ordertime == null) {
return null; return null;
} }
...@@ -192,7 +192,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -192,7 +192,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [订单名称] * 设置 [订单名称]
*/ */
public void setIbizsample0017name(String ibizsample0017name){ public void setIbizsample0017name(String ibizsample0017name) {
this.ibizsample0017name = ibizsample0017name ; this.ibizsample0017name = ibizsample0017name ;
this.modify("ibizsample0017name",ibizsample0017name); this.modify("ibizsample0017name",ibizsample0017name);
} }
...@@ -200,7 +200,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable { ...@@ -200,7 +200,7 @@ public class IBIZSample0017 extends EntityMP implements Serializable {
/** /**
* 设置 [订单类型] * 设置 [订单类型]
*/ */
public void setOrdertype(String ordertype){ public void setOrdertype(String ordertype) {
this.ordertype = ordertype ; this.ordertype = ordertype ;
this.modify("ordertype",ordertype); this.modify("ordertype",ordertype);
} }
......
...@@ -47,14 +47,14 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -47,14 +47,14 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
/** /**
* 示例实体04标识 * 示例实体04标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0018id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0018id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0018id") @JSONField(name = "ibizsample0018id")
@JsonProperty("ibizsample0018id") @JsonProperty("ibizsample0018id")
...@@ -70,9 +70,9 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -70,9 +70,9 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -88,8 +88,8 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -88,8 +88,8 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -119,7 +119,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -119,7 +119,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
/** /**
* 设置 [序号] * 设置 [序号]
*/ */
public void setSn(Integer sn){ public void setSn(Integer sn) {
this.sn = sn ; this.sn = sn ;
this.modify("sn",sn); this.modify("sn",sn);
} }
...@@ -127,7 +127,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -127,7 +127,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
/** /**
* 设置 [示例实体04名称] * 设置 [示例实体04名称]
*/ */
public void setIbizsample0018name(String ibizsample0018name){ public void setIbizsample0018name(String ibizsample0018name) {
this.ibizsample0018name = ibizsample0018name ; this.ibizsample0018name = ibizsample0018name ;
this.modify("ibizsample0018name",ibizsample0018name); this.modify("ibizsample0018name",ibizsample0018name);
} }
...@@ -135,7 +135,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -135,7 +135,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
/** /**
* 设置 [图片] * 设置 [图片]
*/ */
public void setImage(String image){ public void setImage(String image) {
this.image = image ; this.image = image ;
this.modify("image",image); this.modify("image",image);
} }
...@@ -143,7 +143,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable { ...@@ -143,7 +143,7 @@ public class IBIZSample0018 extends EntityMP implements Serializable {
/** /**
* 设置 [描述] * 设置 [描述]
*/ */
public void setDescription(String description){ public void setDescription(String description) {
this.description = description ; this.description = description ;
this.modify("description",description); this.modify("description",description);
} }
......
...@@ -48,15 +48,15 @@ public class IBIZSample0019 extends EntityMP implements Serializable { ...@@ -48,15 +48,15 @@ public class IBIZSample0019 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -71,7 +71,7 @@ public class IBIZSample0019 extends EntityMP implements Serializable { ...@@ -71,7 +71,7 @@ public class IBIZSample0019 extends EntityMP implements Serializable {
/** /**
* 部门标识 * 部门标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0019id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0019id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0019id") @JSONField(name = "ibizsample0019id")
@JsonProperty("ibizsample0019id") @JsonProperty("ibizsample0019id")
...@@ -80,9 +80,9 @@ public class IBIZSample0019 extends EntityMP implements Serializable { ...@@ -80,9 +80,9 @@ public class IBIZSample0019 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -98,7 +98,7 @@ public class IBIZSample0019 extends EntityMP implements Serializable { ...@@ -98,7 +98,7 @@ public class IBIZSample0019 extends EntityMP implements Serializable {
/** /**
* 设置 [部门名称] * 设置 [部门名称]
*/ */
public void setIbizsample0019name(String ibizsample0019name){ public void setIbizsample0019name(String ibizsample0019name) {
this.ibizsample0019name = ibizsample0019name ; this.ibizsample0019name = ibizsample0019name ;
this.modify("ibizsample0019name",ibizsample0019name); this.modify("ibizsample0019name",ibizsample0019name);
} }
......
...@@ -54,15 +54,15 @@ public class IBIZSample0020 extends EntityMP implements Serializable { ...@@ -54,15 +54,15 @@ public class IBIZSample0020 extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 员工标识 * 员工标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsample0020id",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsample0020id",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsample0020id") @JSONField(name = "ibizsample0020id")
@JsonProperty("ibizsample0020id") @JsonProperty("ibizsample0020id")
...@@ -72,15 +72,15 @@ public class IBIZSample0020 extends EntityMP implements Serializable { ...@@ -72,15 +72,15 @@ public class IBIZSample0020 extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -120,7 +120,7 @@ public class IBIZSample0020 extends EntityMP implements Serializable { ...@@ -120,7 +120,7 @@ public class IBIZSample0020 extends EntityMP implements Serializable {
/** /**
* 设置 [员工名称] * 设置 [员工名称]
*/ */
public void setIbizsample0020name(String ibizsample0020name){ public void setIbizsample0020name(String ibizsample0020name) {
this.ibizsample0020name = ibizsample0020name ; this.ibizsample0020name = ibizsample0020name ;
this.modify("ibizsample0020name",ibizsample0020name); this.modify("ibizsample0020name",ibizsample0020name);
} }
...@@ -128,7 +128,7 @@ public class IBIZSample0020 extends EntityMP implements Serializable { ...@@ -128,7 +128,7 @@ public class IBIZSample0020 extends EntityMP implements Serializable {
/** /**
* 设置 [部门名称] * 设置 [部门名称]
*/ */
public void setIbizsample0019name(String ibizsample0019name){ public void setIbizsample0019name(String ibizsample0019name) {
this.ibizsample0019name = ibizsample0019name ; this.ibizsample0019name = ibizsample0019name ;
this.modify("ibizsample0019name",ibizsample0019name); this.modify("ibizsample0019name",ibizsample0019name);
} }
...@@ -136,7 +136,7 @@ public class IBIZSample0020 extends EntityMP implements Serializable { ...@@ -136,7 +136,7 @@ public class IBIZSample0020 extends EntityMP implements Serializable {
/** /**
* 设置 [部门id] * 设置 [部门id]
*/ */
public void setIbizsample0019id(String ibizsample0019id){ public void setIbizsample0019id(String ibizsample0019id) {
this.ibizsample0019id = ibizsample0019id ; this.ibizsample0019id = ibizsample0019id ;
this.modify("ibizsample0019id",ibizsample0019id); this.modify("ibizsample0019id",ibizsample0019id);
} }
......
...@@ -47,7 +47,7 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable { ...@@ -47,7 +47,7 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -56,14 +56,14 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable { ...@@ -56,14 +56,14 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
* 软件标识 * 软件标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizsoftwaresuitid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizsoftwaresuitid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizsoftwaresuitid") @JSONField(name = "ibizsoftwaresuitid")
@JsonProperty("ibizsoftwaresuitid") @JsonProperty("ibizsoftwaresuitid")
...@@ -87,9 +87,9 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable { ...@@ -87,9 +87,9 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
...@@ -98,7 +98,7 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable { ...@@ -98,7 +98,7 @@ public class IBIZSoftwareSuit extends EntityMP implements Serializable {
/** /**
* 设置 [软件名称] * 设置 [软件名称]
*/ */
public void setIbizsoftwaresuitname(String ibizsoftwaresuitname){ public void setIbizsoftwaresuitname(String ibizsoftwaresuitname) {
this.ibizsoftwaresuitname = ibizsoftwaresuitname ; this.ibizsoftwaresuitname = ibizsoftwaresuitname ;
this.modify("ibizsoftwaresuitname",ibizsoftwaresuitname); this.modify("ibizsoftwaresuitname",ibizsoftwaresuitname);
} }
......
...@@ -46,7 +46,7 @@ public class IBIZStorage extends EntityMP implements Serializable { ...@@ -46,7 +46,7 @@ public class IBIZStorage extends EntityMP implements Serializable {
/** /**
* 存储标识 * 存储标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizstorageid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizstorageid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizstorageid") @JSONField(name = "ibizstorageid")
@JsonProperty("ibizstorageid") @JsonProperty("ibizstorageid")
...@@ -84,7 +84,7 @@ public class IBIZStorage extends EntityMP implements Serializable { ...@@ -84,7 +84,7 @@ public class IBIZStorage extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -93,8 +93,8 @@ public class IBIZStorage extends EntityMP implements Serializable { ...@@ -93,8 +93,8 @@ public class IBIZStorage extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -122,9 +122,9 @@ public class IBIZStorage extends EntityMP implements Serializable { ...@@ -122,9 +122,9 @@ public class IBIZStorage extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
...@@ -133,7 +133,7 @@ public class IBIZStorage extends EntityMP implements Serializable { ...@@ -133,7 +133,7 @@ public class IBIZStorage extends EntityMP implements Serializable {
/** /**
* 设置 [存储名称] * 设置 [存储名称]
*/ */
public void setIbizstoragename(String ibizstoragename){ public void setIbizstoragename(String ibizstoragename) {
this.ibizstoragename = ibizstoragename ; this.ibizstoragename = ibizstoragename ;
this.modify("ibizstoragename",ibizstoragename); this.modify("ibizstoragename",ibizstoragename);
} }
......
...@@ -46,8 +46,8 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -46,8 +46,8 @@ public class IBIZSupplier extends EntityMP implements Serializable {
/** /**
* 是否删除标记 * 是否删除标记
*/ */
@DEField(preType = DEPredefinedFieldType.LOGICVALID, logicval = "Y" , logicdelval="N") @DEField(preType = DEPredefinedFieldType.LOGICVALID, logicval = "Y", logicdelval = "N")
@TableLogic(value= "Y",delval="N") @TableLogic(value= "Y", delval = "N")
@TableField(value = "deleteflag") @TableField(value = "deleteflag")
@JSONField(name = "deleteflag") @JSONField(name = "deleteflag")
@JsonProperty("deleteflag") @JsonProperty("deleteflag")
...@@ -56,7 +56,7 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -56,7 +56,7 @@ public class IBIZSupplier extends EntityMP implements Serializable {
* 创建人 * 创建人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createby" , fill = FieldFill.INSERT) @TableField(value = "createby", fill = FieldFill.INSERT)
@JSONField(name = "createby") @JSONField(name = "createby")
@JsonProperty("createby") @JsonProperty("createby")
private String createby; private String createby;
...@@ -73,8 +73,8 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -73,8 +73,8 @@ public class IBIZSupplier extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatetime") @TableField(value = "updatetime")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatetime" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatetime", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatetime") @JsonProperty("updatetime")
private Timestamp updatetime; private Timestamp updatetime;
/** /**
...@@ -95,9 +95,9 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -95,9 +95,9 @@ public class IBIZSupplier extends EntityMP implements Serializable {
* 创建时间 * 创建时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createtime" , fill = FieldFill.INSERT) @TableField(value = "createtime", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createtime" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createtime", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createtime") @JsonProperty("createtime")
private Timestamp createtime; private Timestamp createtime;
/** /**
...@@ -110,7 +110,7 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -110,7 +110,7 @@ public class IBIZSupplier extends EntityMP implements Serializable {
/** /**
* 供应商标识 * 供应商标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "supplierid",type=IdType.ASSIGN_UUID) @TableId(value= "supplierid",type=IdType.ASSIGN_UUID)
@JSONField(name = "supplierid") @JSONField(name = "supplierid")
@JsonProperty("supplierid") @JsonProperty("supplierid")
...@@ -121,7 +121,7 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -121,7 +121,7 @@ public class IBIZSupplier extends EntityMP implements Serializable {
/** /**
* 设置 [邮箱] * 设置 [邮箱]
*/ */
public void setEmail(String email){ public void setEmail(String email) {
this.email = email ; this.email = email ;
this.modify("email",email); this.modify("email",email);
} }
...@@ -129,7 +129,7 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -129,7 +129,7 @@ public class IBIZSupplier extends EntityMP implements Serializable {
/** /**
* 设置 [供应商名称] * 设置 [供应商名称]
*/ */
public void setSuppliername(String suppliername){ public void setSuppliername(String suppliername) {
this.suppliername = suppliername ; this.suppliername = suppliername ;
this.modify("suppliername",suppliername); this.modify("suppliername",suppliername);
} }
...@@ -137,7 +137,7 @@ public class IBIZSupplier extends EntityMP implements Serializable { ...@@ -137,7 +137,7 @@ public class IBIZSupplier extends EntityMP implements Serializable {
/** /**
* 设置 [地址] * 设置 [地址]
*/ */
public void setAddress(String address){ public void setAddress(String address) {
this.address = address ; this.address = address ;
this.modify("address",address); this.modify("address",address);
} }
......
...@@ -62,8 +62,8 @@ public class IBIZUNIProduct extends EntityMP implements Serializable { ...@@ -62,8 +62,8 @@ public class IBIZUNIProduct extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
/** /**
...@@ -92,23 +92,23 @@ public class IBIZUNIProduct extends EntityMP implements Serializable { ...@@ -92,23 +92,23 @@ public class IBIZUNIProduct extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
/** /**
* 统一产品标识 * 统一产品标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizuniproductid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizuniproductid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizuniproductid") @JSONField(name = "ibizuniproductid")
@JsonProperty("ibizuniproductid") @JsonProperty("ibizuniproductid")
...@@ -119,7 +119,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable { ...@@ -119,7 +119,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable {
/** /**
* 设置 [单价] * 设置 [单价]
*/ */
public void setUnitprice(Double unitprice){ public void setUnitprice(Double unitprice) {
this.unitprice = unitprice ; this.unitprice = unitprice ;
this.modify("unitprice",unitprice); this.modify("unitprice",unitprice);
} }
...@@ -127,7 +127,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable { ...@@ -127,7 +127,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable {
/** /**
* 设置 [产品名称] * 设置 [产品名称]
*/ */
public void setIbizuniproductname(String ibizuniproductname){ public void setIbizuniproductname(String ibizuniproductname) {
this.ibizuniproductname = ibizuniproductname ; this.ibizuniproductname = ibizuniproductname ;
this.modify("ibizuniproductname",ibizuniproductname); this.modify("ibizuniproductname",ibizuniproductname);
} }
...@@ -135,7 +135,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable { ...@@ -135,7 +135,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable {
/** /**
* 设置 [单位] * 设置 [单位]
*/ */
public void setUnit(String unit){ public void setUnit(String unit) {
this.unit = unit ; this.unit = unit ;
this.modify("unit",unit); this.modify("unit",unit);
} }
...@@ -143,7 +143,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable { ...@@ -143,7 +143,7 @@ public class IBIZUNIProduct extends EntityMP implements Serializable {
/** /**
* 设置 [分组类型] * 设置 [分组类型]
*/ */
public void setIbizuniproducttype(String ibizuniproducttype){ public void setIbizuniproducttype(String ibizuniproducttype) {
this.ibizuniproducttype = ibizuniproducttype ; this.ibizuniproducttype = ibizuniproducttype ;
this.modify("ibizuniproducttype",ibizuniproducttype); this.modify("ibizuniproducttype",ibizuniproducttype);
} }
......
...@@ -46,7 +46,7 @@ public class IBIZViewMsg extends EntityMP implements Serializable { ...@@ -46,7 +46,7 @@ public class IBIZViewMsg extends EntityMP implements Serializable {
/** /**
* 视图消息源标识 * 视图消息源标识
*/ */
@DEField(isKeyField=true) @DEField(isKeyField = true)
@TableId(value= "ibizviewmsgid",type=IdType.ASSIGN_UUID) @TableId(value= "ibizviewmsgid",type=IdType.ASSIGN_UUID)
@JSONField(name = "ibizviewmsgid") @JSONField(name = "ibizviewmsgid")
@JsonProperty("ibizviewmsgid") @JsonProperty("ibizviewmsgid")
...@@ -55,9 +55,9 @@ public class IBIZViewMsg extends EntityMP implements Serializable { ...@@ -55,9 +55,9 @@ public class IBIZViewMsg extends EntityMP implements Serializable {
* 建立时间 * 建立时间
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEDATE) @DEField(preType = DEPredefinedFieldType.CREATEDATE)
@TableField(value = "createdate" , fill = FieldFill.INSERT) @TableField(value = "createdate", fill = FieldFill.INSERT)
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "createdate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
/** /**
...@@ -79,7 +79,7 @@ public class IBIZViewMsg extends EntityMP implements Serializable { ...@@ -79,7 +79,7 @@ public class IBIZViewMsg extends EntityMP implements Serializable {
* 建立人 * 建立人
*/ */
@DEField(preType = DEPredefinedFieldType.CREATEMAN) @DEField(preType = DEPredefinedFieldType.CREATEMAN)
@TableField(value = "createman" , fill = FieldFill.INSERT) @TableField(value = "createman", fill = FieldFill.INSERT)
@JSONField(name = "createman") @JSONField(name = "createman")
@JsonProperty("createman") @JsonProperty("createman")
private String createman; private String createman;
...@@ -88,8 +88,8 @@ public class IBIZViewMsg extends EntityMP implements Serializable { ...@@ -88,8 +88,8 @@ public class IBIZViewMsg extends EntityMP implements Serializable {
*/ */
@DEField(preType = DEPredefinedFieldType.UPDATEDATE) @DEField(preType = DEPredefinedFieldType.UPDATEDATE)
@TableField(value = "updatedate") @TableField(value = "updatedate")
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone = "GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss") @JSONField(name = "updatedate", format = "yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
...@@ -98,7 +98,7 @@ public class IBIZViewMsg extends EntityMP implements Serializable { ...@@ -98,7 +98,7 @@ public class IBIZViewMsg extends EntityMP implements Serializable {
/** /**
* 设置 [视图消息源名称] * 设置 [视图消息源名称]
*/ */
public void setIbizviewmsgname(String ibizviewmsgname){ public void setIbizviewmsgname(String ibizviewmsgname) {
this.ibizviewmsgname = ibizviewmsgname ; this.ibizviewmsgname = ibizviewmsgname ;
this.modify("ibizviewmsgname",ibizviewmsgname); this.modify("ibizviewmsgname",ibizviewmsgname);
} }
......
...@@ -45,6 +45,7 @@ public class IBIZAccountSearchContext extends QueryWrapperContext<IBIZAccount> { ...@@ -45,6 +45,7 @@ public class IBIZAccountSearchContext extends QueryWrapperContext<IBIZAccount> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZCPUSearchContext extends QueryWrapperContext<IBIZCPU> { ...@@ -38,6 +38,7 @@ public class IBIZCPUSearchContext extends QueryWrapperContext<IBIZCPU> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZCustomSearchContext extends QueryWrapperContext<IBIZCustom> { ...@@ -38,6 +38,7 @@ public class IBIZCustomSearchContext extends QueryWrapperContext<IBIZCustom> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZCustomerMGSearchContext extends QueryWrapperContext<IBIZCustome ...@@ -38,6 +38,7 @@ public class IBIZCustomerMGSearchContext extends QueryWrapperContext<IBIZCustome
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZCustomerSearchContext extends QueryWrapperContext<IBIZCustomer> ...@@ -38,6 +38,7 @@ public class IBIZCustomerSearchContext extends QueryWrapperContext<IBIZCustomer>
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZCustomer_INTFSearchContext extends QueryWrapperContext<IBIZCust ...@@ -38,6 +38,7 @@ public class IBIZCustomer_INTFSearchContext extends QueryWrapperContext<IBIZCust
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -45,6 +45,7 @@ public class IBIZHardwareSearchContext extends QueryWrapperContext<IBIZHardware> ...@@ -45,6 +45,7 @@ public class IBIZHardwareSearchContext extends QueryWrapperContext<IBIZHardware>
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -80,6 +80,7 @@ public class IBIZOrderDetailSearchContext extends QueryWrapperContext<IBIZOrderD ...@@ -80,6 +80,7 @@ public class IBIZOrderDetailSearchContext extends QueryWrapperContext<IBIZOrderD
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -116,6 +116,7 @@ public class IBIZOrderSearchContext extends QueryWrapperContext<IBIZOrder> { ...@@ -116,6 +116,7 @@ public class IBIZOrderSearchContext extends QueryWrapperContext<IBIZOrder> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZOrderTypeSearchContext extends QueryWrapperContext<IBIZOrderTyp ...@@ -38,6 +38,7 @@ public class IBIZOrderTypeSearchContext extends QueryWrapperContext<IBIZOrderTyp
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZQJSearchContext extends QueryWrapperContext<IBIZQJ> { ...@@ -38,6 +38,7 @@ public class IBIZQJSearchContext extends QueryWrapperContext<IBIZQJ> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -59,6 +59,7 @@ public class IBIZSample0001SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -59,6 +59,7 @@ public class IBIZSample0001SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSample0002SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -38,6 +38,7 @@ public class IBIZSample0002SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -59,6 +59,7 @@ public class IBIZSample0003SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -59,6 +59,7 @@ public class IBIZSample0003SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -59,6 +59,7 @@ public class IBIZSample0004SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -59,6 +59,7 @@ public class IBIZSample0004SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -59,6 +59,7 @@ public class IBIZSample0005SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -59,6 +59,7 @@ public class IBIZSample0005SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -52,6 +52,7 @@ public class IBIZSample0006SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -52,6 +52,7 @@ public class IBIZSample0006SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -73,6 +73,7 @@ public class IBIZSample0007SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -73,6 +73,7 @@ public class IBIZSample0007SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -52,6 +52,7 @@ public class IBIZSample0008SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -52,6 +52,7 @@ public class IBIZSample0008SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSample0009SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -38,6 +38,7 @@ public class IBIZSample0009SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -63,6 +63,7 @@ public class IBIZSample0010SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -63,6 +63,7 @@ public class IBIZSample0010SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -80,6 +80,7 @@ public class IBIZSample0011SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -80,6 +80,7 @@ public class IBIZSample0011SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -45,6 +45,7 @@ public class IBIZSample0012SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -45,6 +45,7 @@ public class IBIZSample0012SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -80,6 +80,7 @@ public class IBIZSample0013SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -80,6 +80,7 @@ public class IBIZSample0013SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -59,6 +59,7 @@ public class IBIZSample0014SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -59,6 +59,7 @@ public class IBIZSample0014SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSample0015SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -38,6 +38,7 @@ public class IBIZSample0015SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -80,6 +80,7 @@ public class IBIZSample0016SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -80,6 +80,7 @@ public class IBIZSample0016SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -45,6 +45,7 @@ public class IBIZSample0017SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -45,6 +45,7 @@ public class IBIZSample0017SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSample0018SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -38,6 +38,7 @@ public class IBIZSample0018SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSample0019SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -38,6 +38,7 @@ public class IBIZSample0019SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -59,6 +59,7 @@ public class IBIZSample0020SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -59,6 +59,7 @@ public class IBIZSample0020SearchContext extends QueryWrapperContext<IBIZSample0
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -52,6 +52,7 @@ public class IBIZSampleSearchContext extends QueryWrapperContext<IBIZSample> { ...@@ -52,6 +52,7 @@ public class IBIZSampleSearchContext extends QueryWrapperContext<IBIZSample> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSoftwareSuitSearchContext extends QueryWrapperContext<IBIZSoftw ...@@ -38,6 +38,7 @@ public class IBIZSoftwareSuitSearchContext extends QueryWrapperContext<IBIZSoftw
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZStorageSearchContext extends QueryWrapperContext<IBIZStorage> { ...@@ -38,6 +38,7 @@ public class IBIZStorageSearchContext extends QueryWrapperContext<IBIZStorage> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZSupplierSearchContext extends QueryWrapperContext<IBIZSupplier> ...@@ -38,6 +38,7 @@ public class IBIZSupplierSearchContext extends QueryWrapperContext<IBIZSupplier>
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -45,6 +45,7 @@ public class IBIZUNIProductSearchContext extends QueryWrapperContext<IBIZUNIProd ...@@ -45,6 +45,7 @@ public class IBIZUNIProductSearchContext extends QueryWrapperContext<IBIZUNIProd
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -38,6 +38,7 @@ public class IBIZViewMsgSearchContext extends QueryWrapperContext<IBIZViewMsg> { ...@@ -38,6 +38,7 @@ public class IBIZViewMsgSearchContext extends QueryWrapperContext<IBIZViewMsg> {
/** /**
* 启用快速搜索 * 启用快速搜索
*/ */
@Override
public void setQuery(String query) public void setQuery(String query)
{ {
this.query=query; this.query=query;
......
...@@ -54,8 +54,9 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA ...@@ -54,8 +54,9 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA
@Override @Override
@Transactional @Transactional
public boolean create(IBIZAccount et) { public boolean create(IBIZAccount et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizaccountid()),et); CachedBeanCopier.copy(get(et.getIbizaccountid()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA ...@@ -69,8 +70,9 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA
@Override @Override
@Transactional @Transactional
public boolean update(IBIZAccount et) { public boolean update(IBIZAccount et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizaccountid",et.getIbizaccountid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizaccountid",et.getIbizaccountid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizaccountid()),et); CachedBeanCopier.copy(get(et.getIbizaccountid()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA ...@@ -119,8 +121,9 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA
@Override @Override
@Transactional @Transactional
public boolean save(IBIZAccount et) { public boolean save(IBIZAccount et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -202,11 +205,13 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA ...@@ -202,11 +205,13 @@ public class IBIZAccountServiceImpl extends ServiceImpl<IBIZAccountMapper, IBIZA
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -55,8 +55,9 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl ...@@ -55,8 +55,9 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl
@Transactional @Transactional
public boolean create(IBIZCPU et) { public boolean create(IBIZCPU et) {
createIndexMajorEntityData(et); createIndexMajorEntityData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcpuid()),et); CachedBeanCopier.copy(get(et.getIbizcpuid()),et);
return true; return true;
} }
...@@ -71,8 +72,9 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl ...@@ -71,8 +72,9 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl
@Transactional @Transactional
public boolean update(IBIZCPU et) { public boolean update(IBIZCPU et) {
ibizhardwareService.update(ibizcpuInheritMapping.toIbizhardware(et)); ibizhardwareService.update(ibizcpuInheritMapping.toIbizhardware(et));
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcpuid",et.getIbizcpuid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcpuid",et.getIbizcpuid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcpuid()),et); CachedBeanCopier.copy(get(et.getIbizcpuid()),et);
return true; return true;
} }
...@@ -122,8 +124,9 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl ...@@ -122,8 +124,9 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl
@Override @Override
@Transactional @Transactional
public boolean save(IBIZCPU et) { public boolean save(IBIZCPU et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -222,11 +225,13 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl ...@@ -222,11 +225,13 @@ public class IBIZCPUServiceImpl extends ServiceImpl<IBIZCPUMapper, IBIZCPU> impl
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus ...@@ -54,8 +54,9 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus
@Override @Override
@Transactional @Transactional
public boolean create(IBIZCustom et) { public boolean create(IBIZCustom et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomid()),et); CachedBeanCopier.copy(get(et.getIbizcustomid()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus ...@@ -69,8 +70,9 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus
@Override @Override
@Transactional @Transactional
public boolean update(IBIZCustom et) { public boolean update(IBIZCustom et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomid",et.getIbizcustomid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomid",et.getIbizcustomid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomid()),et); CachedBeanCopier.copy(get(et.getIbizcustomid()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus ...@@ -119,8 +121,9 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus
@Override @Override
@Transactional @Transactional
public boolean save(IBIZCustom et) { public boolean save(IBIZCustom et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -202,11 +205,13 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus ...@@ -202,11 +205,13 @@ public class IBIZCustomServiceImpl extends ServiceImpl<IBIZCustomMapper, IBIZCus
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZCustomerMGServiceImpl extends ServiceImpl<IBIZCustomerMGMapper, ...@@ -54,8 +54,9 @@ public class IBIZCustomerMGServiceImpl extends ServiceImpl<IBIZCustomerMGMapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZCustomerMG et) { public boolean create(IBIZCustomerMG et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomerid()),et); CachedBeanCopier.copy(get(et.getIbizcustomerid()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZCustomerMGServiceImpl extends ServiceImpl<IBIZCustomerMGMapper, ...@@ -69,8 +70,9 @@ public class IBIZCustomerMGServiceImpl extends ServiceImpl<IBIZCustomerMGMapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZCustomerMG et) { public boolean update(IBIZCustomerMG et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomerid",et.getIbizcustomerid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomerid",et.getIbizcustomerid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomerid()),et); CachedBeanCopier.copy(get(et.getIbizcustomerid()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZCustomerMGServiceImpl extends ServiceImpl<IBIZCustomerMGMapper, ...@@ -119,8 +121,9 @@ public class IBIZCustomerMGServiceImpl extends ServiceImpl<IBIZCustomerMGMapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZCustomerMG et) { public boolean save(IBIZCustomerMG et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
......
...@@ -57,8 +57,9 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI ...@@ -57,8 +57,9 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI
@Override @Override
@Transactional @Transactional
public boolean create(IBIZCustomer et) { public boolean create(IBIZCustomer et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomerid()),et); CachedBeanCopier.copy(get(et.getIbizcustomerid()),et);
return true; return true;
} }
...@@ -72,8 +73,9 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI ...@@ -72,8 +73,9 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI
@Override @Override
@Transactional @Transactional
public boolean update(IBIZCustomer et) { public boolean update(IBIZCustomer et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomerid",et.getIbizcustomerid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomerid",et.getIbizcustomerid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomerid()),et); CachedBeanCopier.copy(get(et.getIbizcustomerid()),et);
return true; return true;
} }
...@@ -122,8 +124,9 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI ...@@ -122,8 +124,9 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI
@Override @Override
@Transactional @Transactional
public boolean save(IBIZCustomer et) { public boolean save(IBIZCustomer et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -205,11 +208,13 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI ...@@ -205,11 +208,13 @@ public class IBIZCustomerServiceImpl extends ServiceImpl<IBIZCustomerMapper, IBI
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM ...@@ -54,8 +54,9 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM
@Override @Override
@Transactional @Transactional
public boolean create(IBIZCustomer_INTF et) { public boolean create(IBIZCustomer_INTF et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomerid()),et); CachedBeanCopier.copy(get(et.getIbizcustomerid()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM ...@@ -69,8 +70,9 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM
@Override @Override
@Transactional @Transactional
public boolean update(IBIZCustomer_INTF et) { public boolean update(IBIZCustomer_INTF et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomerid",et.getIbizcustomerid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizcustomerid",et.getIbizcustomerid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizcustomerid()),et); CachedBeanCopier.copy(get(et.getIbizcustomerid()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM ...@@ -119,8 +121,9 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM
@Override @Override
@Transactional @Transactional
public boolean save(IBIZCustomer_INTF et) { public boolean save(IBIZCustomer_INTF et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -218,11 +221,13 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM ...@@ -218,11 +221,13 @@ public class IBIZCustomer_INTFServiceImpl extends ServiceImpl<IBIZCustomer_INTFM
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -55,8 +55,9 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI ...@@ -55,8 +55,9 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI
@Transactional @Transactional
public boolean create(IBIZHardware et) { public boolean create(IBIZHardware et) {
createIndexMajorEntityData(et); createIndexMajorEntityData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizhardwareid()),et); CachedBeanCopier.copy(get(et.getIbizhardwareid()),et);
return true; return true;
} }
...@@ -71,8 +72,9 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI ...@@ -71,8 +72,9 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI
@Transactional @Transactional
public boolean update(IBIZHardware et) { public boolean update(IBIZHardware et) {
ibizuniproductService.update(ibizhardwareInheritMapping.toIbizuniproduct(et)); ibizuniproductService.update(ibizhardwareInheritMapping.toIbizuniproduct(et));
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizhardwareid",et.getIbizhardwareid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizhardwareid",et.getIbizhardwareid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizhardwareid()),et); CachedBeanCopier.copy(get(et.getIbizhardwareid()),et);
return true; return true;
} }
...@@ -122,8 +124,9 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI ...@@ -122,8 +124,9 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI
@Override @Override
@Transactional @Transactional
public boolean save(IBIZHardware et) { public boolean save(IBIZHardware et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -231,11 +234,13 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI ...@@ -231,11 +234,13 @@ public class IBIZHardwareServiceImpl extends ServiceImpl<IBIZHardwareMapper, IBI
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -69,8 +69,9 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe ...@@ -69,8 +69,9 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe
@Transactional @Transactional
public boolean create(IBIZOrderDetail et) { public boolean create(IBIZOrderDetail et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizorderdetailid()),et); CachedBeanCopier.copy(get(et.getIbizorderdetailid()),et);
updateParentData(et); updateParentData(et);
return true; return true;
...@@ -102,8 +103,9 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe ...@@ -102,8 +103,9 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe
@Transactional @Transactional
public boolean update(IBIZOrderDetail et) { public boolean update(IBIZOrderDetail et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizorderdetailid",et.getIbizorderdetailid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizorderdetailid",et.getIbizorderdetailid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizorderdetailid()),et); CachedBeanCopier.copy(get(et.getIbizorderdetailid()),et);
updateParentData(et); updateParentData(et);
return true; return true;
...@@ -230,8 +232,9 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe ...@@ -230,8 +232,9 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe
@Override @Override
@Transactional @Transactional
public boolean save(IBIZOrderDetail et) { public boolean save(IBIZOrderDetail et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -441,11 +444,13 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe ...@@ -441,11 +444,13 @@ public class IBIZOrderDetailServiceImpl extends ServiceImpl<IBIZOrderDetailMappe
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -61,8 +61,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -61,8 +61,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
@Transactional @Transactional
public boolean create(IBIZOrder et) { public boolean create(IBIZOrder et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizorderid()),et); CachedBeanCopier.copy(get(et.getIbizorderid()),et);
return true; return true;
} }
...@@ -92,8 +93,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -92,8 +93,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
@Transactional @Transactional
public boolean update(IBIZOrder et) { public boolean update(IBIZOrder et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizorderid",et.getIbizorderid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizorderid",et.getIbizorderid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizorderid()),et); CachedBeanCopier.copy(get(et.getIbizorderid()),et);
return true; return true;
} }
...@@ -211,8 +213,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -211,8 +213,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
@Override @Override
@Transactional @Transactional
public boolean save(IBIZOrder et) { public boolean save(IBIZOrder et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -491,11 +494,13 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -491,11 +494,13 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
@Autowired @Autowired
@Lazy @Lazy
...@@ -612,6 +617,7 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -612,6 +617,7 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
} }
} }
@Override
@Transactional @Transactional
public void asyncImportData(List<IBIZOrder> entities, int batchSize ,boolean isIgnoreError){ public void asyncImportData(List<IBIZOrder> entities, int batchSize ,boolean isIgnoreError){
executeImportData(entities,batchSize,isIgnoreError); executeImportData(entities,batchSize,isIgnoreError);
...@@ -625,8 +631,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -625,8 +631,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
@Transactional @Transactional
public JSONObject executeImportData(List<IBIZOrder> entities, int batchSize ,boolean isIgnoreError) { public JSONObject executeImportData(List<IBIZOrder> entities, int batchSize ,boolean isIgnoreError) {
JSONObject rs=testImportData(entities,isIgnoreError); JSONObject rs=testImportData(entities,isIgnoreError);
if(rs.getInteger("rst")==1 && !isIgnoreError) if(rs.getInteger("rst")==1 && !isIgnoreError) {
return rs; return rs;
}
List<IBIZOrder> tempDEList=new ArrayList<>(); List<IBIZOrder> tempDEList=new ArrayList<>();
Set tempIds=new HashSet<>(); Set tempIds=new HashSet<>();
...@@ -634,8 +641,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -634,8 +641,9 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
IBIZOrder entity = entities.get(i); IBIZOrder entity = entities.get(i);
tempDEList.add(entity); tempDEList.add(entity);
Object id=entity.getIbizorderid(); Object id=entity.getIbizorderid();
if(!ObjectUtils.isEmpty(id)) if(!ObjectUtils.isEmpty(id)) {
tempIds.add(id); tempIds.add(id);
}
if(tempDEList.size()>=batchSize || (tempDEList.size()<batchSize && i==entities.size()-1)){ if(tempDEList.size()>=batchSize || (tempDEList.size()<batchSize && i==entities.size()-1)){
commit(tempDEList,tempIds); commit(tempDEList,tempIds);
tempDEList.clear(); tempDEList.clear();
...@@ -665,16 +673,20 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder ...@@ -665,16 +673,20 @@ public class IBIZOrderServiceImpl extends ServiceImpl<IBIZOrderMapper, IBIZOrder
} }
for(IBIZOrder entity:entities){ for(IBIZOrder entity:entities){
Object id=entity.getIbizorderid(); Object id=entity.getIbizorderid();
if(oldIds.contains(id)) if(oldIds.contains(id)) {
_update.add(entity); _update.add(entity);
else }
else {
_create.add(entity); _create.add(entity);
} }
if(_update.size()>0) }
if(_update.size()>0) {
proxyService.updateBatch(_update); proxyService.updateBatch(_update);
if(_create.size()>0) }
if(_create.size()>0) {
proxyService.createBatch(_create); proxyService.createBatch(_create);
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I ...@@ -54,8 +54,9 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I
@Override @Override
@Transactional @Transactional
public boolean create(IBIZOrderType et) { public boolean create(IBIZOrderType et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizordertypeid()),et); CachedBeanCopier.copy(get(et.getIbizordertypeid()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I ...@@ -69,8 +70,9 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I
@Override @Override
@Transactional @Transactional
public boolean update(IBIZOrderType et) { public boolean update(IBIZOrderType et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizordertypeid",et.getIbizordertypeid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizordertypeid",et.getIbizordertypeid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizordertypeid()),et); CachedBeanCopier.copy(get(et.getIbizordertypeid()),et);
return true; return true;
} }
...@@ -126,8 +128,9 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I ...@@ -126,8 +128,9 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I
@Override @Override
@Transactional @Transactional
public boolean save(IBIZOrderType et) { public boolean save(IBIZOrderType et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -209,11 +212,13 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I ...@@ -209,11 +212,13 @@ public class IBIZOrderTypeServiceImpl extends ServiceImpl<IBIZOrderTypeMapper, I
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme ...@@ -54,8 +54,9 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme
@Override @Override
@Transactional @Transactional
public boolean create(IBIZQJ et) { public boolean create(IBIZQJ et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizqjid()),et); CachedBeanCopier.copy(get(et.getIbizqjid()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme ...@@ -69,8 +70,9 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme
@Override @Override
@Transactional @Transactional
public boolean update(IBIZQJ et) { public boolean update(IBIZQJ et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizqjid",et.getIbizqjid()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizqjid",et.getIbizqjid()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizqjid()),et); CachedBeanCopier.copy(get(et.getIbizqjid()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme ...@@ -119,8 +121,9 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme
@Override @Override
@Transactional @Transactional
public boolean save(IBIZQJ et) { public boolean save(IBIZQJ et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -202,11 +205,13 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme ...@@ -202,11 +205,13 @@ public class IBIZQJServiceImpl extends ServiceImpl<IBIZQJMapper, IBIZQJ> impleme
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -57,8 +57,9 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper, ...@@ -57,8 +57,9 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0001 et) { public boolean create(IBIZSample0001 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0001id()),et); CachedBeanCopier.copy(get(et.getIbizsample0001id()),et);
return true; return true;
} }
...@@ -72,8 +73,9 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper, ...@@ -72,8 +73,9 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0001 et) { public boolean update(IBIZSample0001 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0001id",et.getIbizsample0001id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0001id",et.getIbizsample0001id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0001id()),et); CachedBeanCopier.copy(get(et.getIbizsample0001id()),et);
return true; return true;
} }
...@@ -122,8 +124,9 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper, ...@@ -122,8 +124,9 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0001 et) { public boolean save(IBIZSample0001 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -214,11 +217,13 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper, ...@@ -214,11 +217,13 @@ public class IBIZSample0001ServiceImpl extends ServiceImpl<IBIZSample0001Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -57,8 +57,9 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper, ...@@ -57,8 +57,9 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0002 et) { public boolean create(IBIZSample0002 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0002id()),et); CachedBeanCopier.copy(get(et.getIbizsample0002id()),et);
return true; return true;
} }
...@@ -72,8 +73,9 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper, ...@@ -72,8 +73,9 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0002 et) { public boolean update(IBIZSample0002 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0002id",et.getIbizsample0002id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0002id",et.getIbizsample0002id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0002id()),et); CachedBeanCopier.copy(get(et.getIbizsample0002id()),et);
return true; return true;
} }
...@@ -122,8 +124,9 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper, ...@@ -122,8 +124,9 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0002 et) { public boolean save(IBIZSample0002 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -205,11 +208,13 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper, ...@@ -205,11 +208,13 @@ public class IBIZSample0002ServiceImpl extends ServiceImpl<IBIZSample0002Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -60,8 +60,9 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper, ...@@ -60,8 +60,9 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper,
@Transactional @Transactional
public boolean create(IBIZSample0003 et) { public boolean create(IBIZSample0003 et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0003id()),et); CachedBeanCopier.copy(get(et.getIbizsample0003id()),et);
return true; return true;
} }
...@@ -77,8 +78,9 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper, ...@@ -77,8 +78,9 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper,
@Transactional @Transactional
public boolean update(IBIZSample0003 et) { public boolean update(IBIZSample0003 et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0003id",et.getIbizsample0003id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0003id",et.getIbizsample0003id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0003id()),et); CachedBeanCopier.copy(get(et.getIbizsample0003id()),et);
return true; return true;
} }
...@@ -131,8 +133,9 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper, ...@@ -131,8 +133,9 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0003 et) { public boolean save(IBIZSample0003 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -264,11 +267,13 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper, ...@@ -264,11 +267,13 @@ public class IBIZSample0003ServiceImpl extends ServiceImpl<IBIZSample0003Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper, ...@@ -54,8 +54,9 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0004 et) { public boolean create(IBIZSample0004 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0004id()),et); CachedBeanCopier.copy(get(et.getIbizsample0004id()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper, ...@@ -69,8 +70,9 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0004 et) { public boolean update(IBIZSample0004 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0004id",et.getIbizsample0004id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0004id",et.getIbizsample0004id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0004id()),et); CachedBeanCopier.copy(get(et.getIbizsample0004id()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper, ...@@ -119,8 +121,9 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0004 et) { public boolean save(IBIZSample0004 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -222,11 +225,13 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper, ...@@ -222,11 +225,13 @@ public class IBIZSample0004ServiceImpl extends ServiceImpl<IBIZSample0004Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper, ...@@ -54,8 +54,9 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0005 et) { public boolean create(IBIZSample0005 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0005id()),et); CachedBeanCopier.copy(get(et.getIbizsample0005id()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper, ...@@ -69,8 +70,9 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0005 et) { public boolean update(IBIZSample0005 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0005id",et.getIbizsample0005id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0005id",et.getIbizsample0005id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0005id()),et); CachedBeanCopier.copy(get(et.getIbizsample0005id()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper, ...@@ -119,8 +121,9 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0005 et) { public boolean save(IBIZSample0005 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -222,11 +225,13 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper, ...@@ -222,11 +225,13 @@ public class IBIZSample0005ServiceImpl extends ServiceImpl<IBIZSample0005Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -57,8 +57,9 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper, ...@@ -57,8 +57,9 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0006 et) { public boolean create(IBIZSample0006 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0006id()),et); CachedBeanCopier.copy(get(et.getIbizsample0006id()),et);
return true; return true;
} }
...@@ -72,8 +73,9 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper, ...@@ -72,8 +73,9 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0006 et) { public boolean update(IBIZSample0006 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0006id",et.getIbizsample0006id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0006id",et.getIbizsample0006id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0006id()),et); CachedBeanCopier.copy(get(et.getIbizsample0006id()),et);
return true; return true;
} }
...@@ -124,8 +126,9 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper, ...@@ -124,8 +126,9 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0006 et) { public boolean save(IBIZSample0006 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -227,11 +230,13 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper, ...@@ -227,11 +230,13 @@ public class IBIZSample0006ServiceImpl extends ServiceImpl<IBIZSample0006Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -58,8 +58,9 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper, ...@@ -58,8 +58,9 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper,
@Transactional @Transactional
public boolean create(IBIZSample0007 et) { public boolean create(IBIZSample0007 et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0007id()),et); CachedBeanCopier.copy(get(et.getIbizsample0007id()),et);
return true; return true;
} }
...@@ -75,8 +76,9 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper, ...@@ -75,8 +76,9 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper,
@Transactional @Transactional
public boolean update(IBIZSample0007 et) { public boolean update(IBIZSample0007 et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0007id",et.getIbizsample0007id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0007id",et.getIbizsample0007id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0007id()),et); CachedBeanCopier.copy(get(et.getIbizsample0007id()),et);
return true; return true;
} }
...@@ -127,8 +129,9 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper, ...@@ -127,8 +129,9 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0007 et) { public boolean save(IBIZSample0007 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -280,11 +283,13 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper, ...@@ -280,11 +283,13 @@ public class IBIZSample0007ServiceImpl extends ServiceImpl<IBIZSample0007Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper, ...@@ -54,8 +54,9 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0008 et) { public boolean create(IBIZSample0008 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0008id()),et); CachedBeanCopier.copy(get(et.getIbizsample0008id()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper, ...@@ -69,8 +70,9 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0008 et) { public boolean update(IBIZSample0008 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0008id",et.getIbizsample0008id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0008id",et.getIbizsample0008id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0008id()),et); CachedBeanCopier.copy(get(et.getIbizsample0008id()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper, ...@@ -119,8 +121,9 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0008 et) { public boolean save(IBIZSample0008 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -222,11 +225,13 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper, ...@@ -222,11 +225,13 @@ public class IBIZSample0008ServiceImpl extends ServiceImpl<IBIZSample0008Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -54,8 +54,9 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper, ...@@ -54,8 +54,9 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0009 et) { public boolean create(IBIZSample0009 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0009id()),et); CachedBeanCopier.copy(get(et.getIbizsample0009id()),et);
return true; return true;
} }
...@@ -69,8 +70,9 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper, ...@@ -69,8 +70,9 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0009 et) { public boolean update(IBIZSample0009 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0009id",et.getIbizsample0009id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0009id",et.getIbizsample0009id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0009id()),et); CachedBeanCopier.copy(get(et.getIbizsample0009id()),et);
return true; return true;
} }
...@@ -119,8 +121,9 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper, ...@@ -119,8 +121,9 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0009 et) { public boolean save(IBIZSample0009 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -202,11 +205,13 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper, ...@@ -202,11 +205,13 @@ public class IBIZSample0009ServiceImpl extends ServiceImpl<IBIZSample0009Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -57,8 +57,9 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper, ...@@ -57,8 +57,9 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0010 et) { public boolean create(IBIZSample0010 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0010id()),et); CachedBeanCopier.copy(get(et.getIbizsample0010id()),et);
return true; return true;
} }
...@@ -72,8 +73,9 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper, ...@@ -72,8 +73,9 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0010 et) { public boolean update(IBIZSample0010 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0010id",et.getIbizsample0010id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0010id",et.getIbizsample0010id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0010id()),et); CachedBeanCopier.copy(get(et.getIbizsample0010id()),et);
return true; return true;
} }
...@@ -124,8 +126,9 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper, ...@@ -124,8 +126,9 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0010 et) { public boolean save(IBIZSample0010 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -207,11 +210,13 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper, ...@@ -207,11 +210,13 @@ public class IBIZSample0010ServiceImpl extends ServiceImpl<IBIZSample0010Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -61,8 +61,9 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper, ...@@ -61,8 +61,9 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper,
@Transactional @Transactional
public boolean create(IBIZSample0011 et) { public boolean create(IBIZSample0011 et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0011id()),et); CachedBeanCopier.copy(get(et.getIbizsample0011id()),et);
return true; return true;
} }
...@@ -78,8 +79,9 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper, ...@@ -78,8 +79,9 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper,
@Transactional @Transactional
public boolean update(IBIZSample0011 et) { public boolean update(IBIZSample0011 et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0011id",et.getIbizsample0011id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0011id",et.getIbizsample0011id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0011id()),et); CachedBeanCopier.copy(get(et.getIbizsample0011id()),et);
return true; return true;
} }
...@@ -130,8 +132,9 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper, ...@@ -130,8 +132,9 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0011 et) { public boolean save(IBIZSample0011 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -266,11 +269,13 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper, ...@@ -266,11 +269,13 @@ public class IBIZSample0011ServiceImpl extends ServiceImpl<IBIZSample0011Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -57,8 +57,9 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper, ...@@ -57,8 +57,9 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper,
@Override @Override
@Transactional @Transactional
public boolean create(IBIZSample0012 et) { public boolean create(IBIZSample0012 et) {
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0012id()),et); CachedBeanCopier.copy(get(et.getIbizsample0012id()),et);
return true; return true;
} }
...@@ -72,8 +73,9 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper, ...@@ -72,8 +73,9 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper,
@Override @Override
@Transactional @Transactional
public boolean update(IBIZSample0012 et) { public boolean update(IBIZSample0012 et) {
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0012id",et.getIbizsample0012id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0012id",et.getIbizsample0012id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0012id()),et); CachedBeanCopier.copy(get(et.getIbizsample0012id()),et);
return true; return true;
} }
...@@ -124,8 +126,9 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper, ...@@ -124,8 +126,9 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0012 et) { public boolean save(IBIZSample0012 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -207,11 +210,13 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper, ...@@ -207,11 +210,13 @@ public class IBIZSample0012ServiceImpl extends ServiceImpl<IBIZSample0012Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -61,8 +61,9 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper, ...@@ -61,8 +61,9 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper,
@Transactional @Transactional
public boolean create(IBIZSample0013 et) { public boolean create(IBIZSample0013 et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0013id()),et); CachedBeanCopier.copy(get(et.getIbizsample0013id()),et);
return true; return true;
} }
...@@ -78,8 +79,9 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper, ...@@ -78,8 +79,9 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper,
@Transactional @Transactional
public boolean update(IBIZSample0013 et) { public boolean update(IBIZSample0013 et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0013id",et.getIbizsample0013id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0013id",et.getIbizsample0013id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0013id()),et); CachedBeanCopier.copy(get(et.getIbizsample0013id()),et);
return true; return true;
} }
...@@ -130,8 +132,9 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper, ...@@ -130,8 +132,9 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0013 et) { public boolean save(IBIZSample0013 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -271,11 +274,13 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper, ...@@ -271,11 +274,13 @@ public class IBIZSample0013ServiceImpl extends ServiceImpl<IBIZSample0013Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
...@@ -61,8 +61,9 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper, ...@@ -61,8 +61,9 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper,
@Transactional @Transactional
public boolean create(IBIZSample0014 et) { public boolean create(IBIZSample0014 et) {
fillParentData(et); fillParentData(et);
if(!this.retBool(this.baseMapper.insert(et))) if(!this.retBool(this.baseMapper.insert(et))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0014id()),et); CachedBeanCopier.copy(get(et.getIbizsample0014id()),et);
return true; return true;
} }
...@@ -78,8 +79,9 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper, ...@@ -78,8 +79,9 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper,
@Transactional @Transactional
public boolean update(IBIZSample0014 et) { public boolean update(IBIZSample0014 et) {
fillParentData(et); fillParentData(et);
if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0014id",et.getIbizsample0014id()))) if(!update(et,(Wrapper) et.getUpdateWrapper(true).eq("ibizsample0014id",et.getIbizsample0014id()))) {
return false; return false;
}
CachedBeanCopier.copy(get(et.getIbizsample0014id()),et); CachedBeanCopier.copy(get(et.getIbizsample0014id()),et);
return true; return true;
} }
...@@ -132,8 +134,9 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper, ...@@ -132,8 +134,9 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper,
@Override @Override
@Transactional @Transactional
public boolean save(IBIZSample0014 et) { public boolean save(IBIZSample0014 et) {
if(!saveOrUpdate(et)) if(!saveOrUpdate(et)) {
return false; return false;
}
return true; return true;
} }
...@@ -251,11 +254,13 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper, ...@@ -251,11 +254,13 @@ public class IBIZSample0014ServiceImpl extends ServiceImpl<IBIZSample0014Mapper,
ids.add(id); ids.add(id);
} }
} }
if(ids.size()>0) if(ids.size()>0) {
return this.listByIds(ids); return this.listByIds(ids);
else }
else {
return entities; return entities;
} }
}
......
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册