zxl
2025-05-29 71f61d13531b3e2a0099ba5afe3f268c99c5bacf
ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPointQuery.java
@@ -20,5 +20,14 @@
@Accessors(chain = true)
@ApiModel(value = "YwPoint查询", description = "运维点位查询")
public class YwPointQuery extends AbsQuery {
    /** 关键词 */
    private String keyword;
    /** 单位 */
    private Integer unitId;
    /** 动态列的表明条件 */
    private String tableName = "t_yw_point";
    private String pointName;
}