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

xignzi006 发布系统代码

上级 3c7e1e5e
......@@ -190,7 +190,7 @@ public class Purchase_requisition extends EntityMP implements Serializable {
@TableField(exist = false)
@JSONField(name = "order_count")
@JsonProperty("order_count")
private BigDecimal orderCount;
private Integer orderCount;
/**
*
......
......@@ -124009,10 +124009,10 @@
"codename":"Order_count",
"field_logic_name":"采购订单数量",
"entity_name":"Purchase_requisition",
"field_type":"DECIMAL",
"field_type":"INT",
"nullable":1,
"physical_field":0,
"data_type":"DECIMAL",
"data_type":"INT",
"key_field":0,
"major_field":0
}
......@@ -198,7 +198,7 @@ public class Purchase_requisitionDTO extends DTOBase implements Serializable {
*/
@JSONField(name = "order_count")
@JsonProperty("order_count")
private BigDecimal orderCount;
private Integer orderCount;
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册