This commit is contained in:
LEED
2025-07-19 11:29:07 +08:00
parent 4c1521bda0
commit a9895296f0
45 changed files with 929 additions and 70 deletions

View File

@@ -81,5 +81,7 @@ private static final long serialVersionUID = 1L;
@Excel(name = "状态", readConverterExp = "0=正常,1=停用")
@ApiModelProperty("状态")
private String status;
/** 租户id */
@Excel(name = "租户id")
private Long tenantId;
}