feat(InventoryCheckDetailEntity): remove gckc field and add llkc and pc for improved inventory tracking

This commit is contained in:
2025-09-14 13:20:16 +08:00
parent b9e756f086
commit bb8ef42582

View File

@@ -56,9 +56,17 @@ public class InventoryCheckDetailEntity extends OrgCommonEntity {
private Double bqdc;
@Comment("估测库存")
private Double gckc;
@Comment("理论库存")
private Double llkc;
@Comment("偏差")
private Double pc;
}