zxl
10 小时以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
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;
}