fuliqi
2025-01-20 9490c47566a0f253f35a1019fd1b1e1473630d67
ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPeopleQuery.java
@@ -15,5 +15,21 @@
@Accessors(chain = true)
@ApiModel(value = "YwPeople查询", description = "运维人员查询")
public class YwPeopleQuery extends AbsQuery {
    /**
     * 运维人员编码
     */
    private String ywPersonCode;
    /**
     * 运维人员姓名
     */
    private String ywPersonName;
    /**
     * 所属运维单位
     */
    private Integer belongUnit;
}