瀏覽代碼

销售订单 添加tc字段

liuchaohui 2 年之前
父節點
當前提交
a4a7435a6b

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/orderData/entity/SyOrderDataItem.java

@@ -209,7 +209,7 @@ public class SyOrderDataItem {
 
 	@Excel(name = "是否tc", width = 15)
 	@ApiModelProperty(value = "是否tc")
-	private java.math.BigDecimal isTc;
+	private java.lang.String isTc;
 
 	@Excel(name = "染厂供应商编码", width = 15)
 	@ApiModelProperty(value = "染厂供应商编码")