Commit f269d8fd authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent bd2e4d24
...@@ -4,15 +4,24 @@ import com.mortals.framework.model.BaseEntityLong; ...@@ -4,15 +4,24 @@ import com.mortals.framework.model.BaseEntityLong;
import lombok.Data; import lombok.Data;
import java.util.Date; import java.util.Date;
import java.util.List;
/** /**
* 站点Pdu对象 * 站点Pdu对象
* *
* @author zxfei * @author zxfei
* @date 2022-07-14 * @date 2024-09-23
*/ */
@Data @Data
public class SitePdu extends BaseEntityLong { public class SitePdu extends BaseEntityLong {
private static final long serialVersionUID = 1L;
/** 序号,主键,自增长列表 */
private List<Long> idList;
/** 序号,主键,自增长排除列表 */
private List <Long> idNotList;
/** /**
* 站点名称 * 站点名称
*/ */
...@@ -117,18 +126,6 @@ public class SitePdu extends BaseEntityLong { ...@@ -117,18 +126,6 @@ public class SitePdu extends BaseEntityLong {
* 周日 (1.上班,0.不上) * 周日 (1.上班,0.不上)
*/ */
private Integer workday7; private Integer workday7;
/**
* 在线取号(0.否,1.是)
*/
private Integer onlineTake;
/**
* 在线取号(0.否,1.是)
*/
private Integer appointment;
/**
* 在线取号(0.否,1.是)
*/
private Integer gowMap;
/** /**
* 楼层 * 楼层
*/ */
...@@ -157,4 +154,5 @@ public class SitePdu extends BaseEntityLong { ...@@ -157,4 +154,5 @@ public class SitePdu extends BaseEntityLong {
* 部署模块,逗号分隔 * 部署模块,逗号分隔
*/ */
private String modelIds; private String modelIds;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment