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; }