1.pms微调

This commit is contained in:
2024-01-23 17:03:51 +08:00
parent 57692625f8
commit b2445ff5e8
4 changed files with 16 additions and 1 deletions

View File

@@ -53,4 +53,9 @@ public class TimersParam extends BaseParam {
*/
private String remark;
/**
* 排序
*/
private Integer sort;
}

View File

@@ -55,6 +55,11 @@ public class Timers extends BaseEntity {
*/
private String remark;
/**
* 排序
*/
private Integer sort;
/**
* 状态0-删除 1-正常

View File

@@ -50,4 +50,9 @@ public class TimersVO implements Serializable {
*/
private String remark;
/**
* 排序
*/
private Integer sort;
}