计算销售报表

This commit is contained in:
king
2026-03-11 14:41:55 +08:00
parent e230587f66
commit 8f22732f04

View File

@@ -52,6 +52,9 @@ public class GrBiSaAgg implements Serializable {
@TableField(value = "GOODSNAME")
private String goodsName;
@TableField(value = "GOODSID")
private String goodsId;
@TableField(value = "PROVINCEID")
private String provinceId;