add:添加一个单位code

This commit is contained in:
zhangzq
2024-11-30 15:52:31 +08:00
parent 988323c4bb
commit 08c3827284

View File

@@ -63,11 +63,17 @@ public class PdaFormInMst implements Serializable {
private String material_spec; private String material_spec;
/** /**
* 对应明细:生产入库单,采购入库单-单位FUnitID * 对应明细:生产入库单
*/ */
private String unit_id; private String unit_id;
/**
* 对应明细:生产入库单,采购入库单-单位FUnitCode
*/
private String unit_code;
/** /**
* 基本单位 * 基本单位
*/ */