mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-07-25 07:07:37 +08:00
feat(InventoryCheckDetailEntity): remove gckc field and add llkc and pc for improved inventory tracking
This commit is contained in:
@@ -56,9 +56,17 @@ public class InventoryCheckDetailEntity extends OrgCommonEntity {
|
||||
private Double bqdc;
|
||||
|
||||
|
||||
@Comment("估测库存")
|
||||
private Double gckc;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Comment("理论库存")
|
||||
private Double llkc;
|
||||
|
||||
|
||||
@Comment("偏差")
|
||||
private Double pc;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user