#
luxiaotao1123
2024-01-29 5288955200b6e51bc828c2fac0aab3451a8d3ab1
zy-asrs-common/src/main/java/com/zy/asrs/common/sys/entity/Host.java
@@ -29,11 +29,6 @@
    private String name;
    /**
     * 标识
     */
    private String flag;
    /**
     * 添加时间
     */
    private Date createTime;
@@ -50,9 +45,8 @@
    public Host() {}
    public Host(String name,String flag,Date createTime,Date updateTime,Integer status) {
    public Host(String name,Date createTime,Date updateTime,Integer status) {
        this.name = name;
        this.flag = flag;
        this.createTime = createTime;
        this.updateTime = updateTime;
        this.status = status;