This commit is contained in:
dute7liang
2024-01-01 21:41:13 +08:00
parent 0128d6437e
commit a39b919bae
39 changed files with 638 additions and 65 deletions

View File

@@ -41,9 +41,9 @@ public class Dynamic implements Serializable {
*/
private Integer isAttach;
/**
* 状态 0 审核中 1可用 2 不可用
* 状态 1 审核中 2 审核通过 3-审核不通过
*/
private Integer status;
private Integer auditStatus;
/**
* 排序字段
*/