疯狂的狮子Li
2024-07-12 fc89d62f1ae4fcb6a6c303c2f9b69327728f74c3
ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/domain/SysPost.java
@@ -24,6 +24,11 @@
    private Long postId;
    /**
     * 部门id
     */
    private Long deptId;
    /**
     * 岗位编码
     */
    private String postCode;
@@ -34,6 +39,11 @@
    private String postName;
    /**
     * 岗位类别编码
     */
    private String postCategory;
    /**
     * 岗位排序
     */
    private Integer postSort;