|
|
|
@ -86,6 +86,12 @@ public class BasicBussinessTypeEntity {
|
|
|
|
|
*/
|
|
|
|
|
@TableField(value = "checkUdims")
|
|
|
|
|
private int checkUdims;
|
|
|
|
|
/**
|
|
|
|
|
* web前端页面新增单据
|
|
|
|
|
*/
|
|
|
|
|
@TableField(value = "checkWebNew")
|
|
|
|
|
private int checkWebNew;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* pda已校验单据
|
|
|
|
@ -106,10 +112,10 @@ public class BasicBussinessTypeEntity {
|
|
|
|
|
private int checkPc;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* web前端页面新增单据
|
|
|
|
|
* 流转生成单据
|
|
|
|
|
*/
|
|
|
|
|
@TableField(value = "checkWebNew")
|
|
|
|
|
private int checkWebNew;
|
|
|
|
|
@TableField(value = "checkChange")
|
|
|
|
|
private int checkChange;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 供应商平台导出单据
|
|
|
|
@ -118,10 +124,10 @@ public class BasicBussinessTypeEntity {
|
|
|
|
|
private int checkSp;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 流转生成单据
|
|
|
|
|
* 平衡补单是否校验
|
|
|
|
|
*/
|
|
|
|
|
@TableField(value = "checkChange")
|
|
|
|
|
private int checkChange;
|
|
|
|
|
@TableField(value = "checkBalance")
|
|
|
|
|
private int checkBalance;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* UDIMS平台单据 二次校验
|
|
|
|
@ -177,11 +183,7 @@ public class BasicBussinessTypeEntity {
|
|
|
|
|
@TableField(value = "supplementOrderType")
|
|
|
|
|
private String supplementOrderType;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 平衡补单是否校验
|
|
|
|
|
*/
|
|
|
|
|
@TableField(value = "checkBalance")
|
|
|
|
|
private int checkBalance;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 平衡补单是否二次验收
|
|
|
|
|