This commit is contained in:
2026-09-20 13:16:44 +08:00
parent 380fd117c5
commit a138f3b916
14 changed files with 296 additions and 26 deletions
@@ -43,6 +43,12 @@ public class MeasurementUnit extends BaseEntity {
@Serial
private static final long serialVersionUID = 1L;
/**
* 计量单位编码
*/
@Schema(description = "计量单位编码")
private String unitCode;
/**
* 计量单位
*/