This commit is contained in:
2024-01-08 19:46:29 +08:00
parent 3595031ab4
commit b6817ed8f0

View File

@@ -27,7 +27,6 @@ public class InventoryCheckEntity extends OrgCommonEntity {
+ "where d.id = i.dictionary_id\n"
+ " and d.code = 'inventoryCheck.type'\n"
+ " and i.code = check_type)")
@Comment("盘点类型-名称")
private String checkTypeName;
/** 精煤 合计 */