袁少华 4 年之前
父节点
当前提交
16e79f7b88
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/java/org/jeecg/modules/appInterface/entity/FbsWorkingStatistics.java

+ 5 - 0
src/main/java/org/jeecg/modules/appInterface/entity/FbsWorkingStatistics.java

@@ -120,4 +120,9 @@ public class FbsWorkingStatistics implements Serializable {
 	//产品编码
 	@TableField(exist = false)
 	private String productId;
+
+	/**
+	 * 批次号(以英文逗号分割)
+	 */
+	private String batchCode;
 }