10-20-初始化

This commit is contained in:
2025-10-20 15:08:29 +08:00
parent 738101f374
commit e4e9718acb
2 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,11 @@ public class XzdAlterationInventoryBo extends BaseEntity {
@NotNull(message = "主键ID不能为空", groups = { EditGroup.class })
private Long id;
/**
* 主表id
*/
private Long primaryMeterId;
/**
* 编码
*/

View File

@ -37,6 +37,11 @@ public class XzdAlterationInventoryVo implements Serializable {
@ExcelProperty(value = "主键ID")
private Long id;
/**
* 主表id
*/
private Long primaryMeterId;
/**
* 编码
*/