预验收单据类型新增带回与不带回

test
anthonywj 1 year ago
parent 871433c022
commit 383d060283

@ -440,4 +440,12 @@ public class BasicBussinessTypeEntity {
*/
@TableField(value = "editType")
private Integer editType;
/**
* , 12
*/
@TableField(value = "inPreInBack")
private Integer inPreInBack;
}

@ -308,4 +308,5 @@ public class BussinessTypeSaveRequest {
* , 12
*/
private Integer editType;
private Integer inPreInBack;
}

@ -119,4 +119,6 @@ public class FilterBussinessTypeRequest extends ListPageRequest {
* , 12
*/
private Integer editType;
private Integer inPreInBack;
}

@ -195,4 +195,7 @@ public class FilterOrderRequest extends ListPageRequest {
//联合备注字段查询
private String unionRemark;
private Integer inPreInBack;
}

@ -171,4 +171,7 @@ public class BasicBussinessTypeResponse {
* , 12
*/
private Integer editType;
private Integer inPreInBack;
}

@ -656,3 +656,7 @@ VALUES (2011, '待审核单据·', 2006, 5, NULL, NULL, NULL, 1, 0, 'F', '0', '0
'2023-11-17 09:36:26', NULL, NULL, NULL);
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'inPreInBack', 'tinyint', 1);

Loading…
Cancel
Save