| | |
| | | // generator.username="sa"; |
| | | // generator.password="Zoneyung@zy56$"; |
| | | |
| | | generator.table="sys_operation_record"; |
| | | generator.tableDesc="OperationRecord"; |
| | | generator.table="man_zone"; |
| | | generator.tableDesc="Zone"; |
| | | generator.packagePath="com.zy.acs.manager.system"; |
| | | |
| | | generator.build(); |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | */ |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | public Action() {} |
| | | |
| | | public Action(String uuid,Long busId,Long taskId,String seqNum,Integer priority,String name,Double val,String code,String params,Long actionType,Long actionSts,Long agvId,Date ioTime,Date startTime,Date endTime,Date errTime,String errDesc,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.busId = busId; |
| | | this.taskId = taskId; |
| | | this.seqNum = seqNum; |
| | | this.priority = priority; |
| | | this.name = name; |
| | | this.val = val; |
| | | this.code = code; |
| | | this.params = params; |
| | | this.actionType = actionType; |
| | | this.actionSts = actionSts; |
| | | this.agvId = agvId; |
| | | this.ioTime = ioTime; |
| | | this.startTime = startTime; |
| | | this.endTime = endTime; |
| | | this.errTime = errTime; |
| | | this.errDesc = errDesc; |
| | | this.status = status; |
| | | this.deleted = deleted; |
| | | this.tenantId = tenantId; |
| | | this.createBy = createBy; |
| | | this.createTime = createTime; |
| | | this.updateBy = updateBy; |
| | | this.updateTime = updateTime; |
| | | this.memo = memo; |
| | | } |
| | | |
| | | public Action(String uuid, Long busId, Long taskId, String seqNum, Integer priority, String name, Double val, String code, String params, Long actionType, Long actionSts, Long agvId, Date ioTime) { |
| | | this.uuid = uuid; |
| | |
| | | this.agvId = agvId; |
| | | this.ioTime = ioTime; |
| | | } |
| | | |
| | | // Action action = new Action( |
| | | // null, // 编号 |
| | | // null, // 总线 |
| | | // null, // 任务 |
| | | // null, // 动作号 |
| | | // null, // 优先级 |
| | | // null, // 名称 |
| | | // null, // 属性值 |
| | | // null, // 地面码 |
| | | // null, // 动作参数 |
| | | // null, // 动作类型 |
| | | // null, // 动作进度 |
| | | // null, // AGV |
| | | // null, // 工作时间 |
| | | // null, // 开始时间 |
| | | // null, // 结束时间 |
| | | // null, // 异常时间 |
| | | // null, // 异常描述 |
| | | // null, // 状态[非空] |
| | | // null, // 是否删除[非空] |
| | | // null, // 租户 |
| | | // null, // 添加人员 |
| | | // null, // 添加时间[非空] |
| | | // null, // 修改人员 |
| | | // null, // 修改时间 |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public String getBusId$(){ |
| | | BusService service = SpringUtils.getBean(BusService.class); |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public ActionSts() {} |
| | | |
| | | public ActionSts(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public ActionSts(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public ActionType() {} |
| | | |
| | | public ActionType(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public ActionType(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | private Integer deleted; |
| | | |
| | | @ApiModelProperty(value = "租户[sys_tenant]") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | @ApiModelProperty(value = "添加人员[sys_user]") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | private Date createTime; |
| | | |
| | | @ApiModelProperty(value = "修改人员[sys_user]") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | @ApiModelProperty(value = "修改时间") |
| | | private Date updateTime; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public AgvDetail() {} |
| | | |
| | | public AgvDetail(String uuid,Long agvId,String title,Long code,Long lastCode,String codeOffsert,Double straightVal,Double agvAngle,Double gyroAngle,Double encoderAngle,Integer high,Long sensorSts,Integer vol,Integer soc,Integer soh,Integer batteryFail,String tempe,String motorFail,String failSign,Integer bootTime,Integer workTime,Double workDistance,Integer tempQua,String password,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public AgvDetail(String uuid,Long agvId,String title,Long code,Long lastCode,String codeOffsert,Double straightVal,Double agvAngle,Double gyroAngle,Double encoderAngle,Integer high,Long sensorSts,Integer vol,Integer soc,Integer soh,Integer batteryFail,String tempe,String motorFail,String failSign,Integer bootTime,Integer workTime,Double workDistance,Integer tempQua,String password,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.agvId = agvId; |
| | | this.title = title; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public AgvModel() {} |
| | | |
| | | public AgvModel(String uuid,String type,String name,Integer length,Integer width,Integer height,Integer liftHeight,Integer diameter,String password,Integer backpack,Integer lowBattery,Integer quaBattery,Integer travelSpeed,Double workDirection,Integer allDirection,String protocol,String mqttTopic,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public AgvModel(String uuid,String type,String name,Integer length,Integer width,Integer height,Integer liftHeight,Integer diameter,String password,Integer backpack,Integer lowBattery,Integer quaBattery,Integer travelSpeed,Double workDirection,Integer allDirection,String protocol,String mqttTopic,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.type = type; |
| | | this.name = name; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public AgvSts() {} |
| | | |
| | | public AgvSts(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public AgvSts(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Bus() {} |
| | | |
| | | public Bus(String uuid,String seqNum,Date startTime,Date endTime,Long busSts,String phase,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Bus(String uuid,String seqNum,Date startTime,Date endTime,Long busSts,String phase,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.seqNum = seqNum; |
| | | this.startTime = startTime; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public BusSts() {} |
| | | |
| | | public BusSts(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public BusSts(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Code() {} |
| | | |
| | | public Code(String uuid,String data,Double x,Double y,Integer concer,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Code(String uuid,String data,Double x,Double y,Integer concer,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.data = data; |
| | | this.x = x; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | public CodeGap() {} |
| | | |
| | | public CodeGap(Long code0,Long code1,Double distance,Integer deleted,Integer tenantId) { |
| | | public CodeGap(Long code0,Long code1,Double distance,Integer deleted,Long tenantId) { |
| | | this.code0 = code0; |
| | | this.code1 = code1; |
| | | this.distance = distance; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Loc() {} |
| | | |
| | | public Loc(String uuid,Long zoneId,String locNo,String name,Long code,Long locSts,Double offset,Integer row,Integer bay,Integer lev,String zpallet,Long locType,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Loc(String uuid,Long zoneId,String locNo,String name,Long code,Long locSts,Double offset,Integer row,Integer bay,Integer lev,String zpallet,Long locType,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.zoneId = zoneId; |
| | | this.locNo = locNo; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public LocSts() {} |
| | | |
| | | public LocSts(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public LocSts(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public LocType() {} |
| | | |
| | | public LocType(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public LocType(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Route() {} |
| | | |
| | | public Route(String uuid,String name,Long startCode,Long endCode,String codeArr,String codeDataArr,Integer direction,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Route(String uuid,String name,Long startCode,Long endCode,String codeArr,String codeDataArr,Integer direction,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.startCode = startCode; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Segment() {} |
| | | |
| | | public Segment(String uuid,Long travelId,Long taskId,Long agvId,Integer serial,Long startNode,Long endNode,String state,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Segment(String uuid,Long travelId,Long taskId,Long agvId,Integer serial,Long startNode,Long endNode,String state,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.travelId = travelId; |
| | | this.taskId = taskId; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Sta() {} |
| | | |
| | | public Sta(String uuid,Long zoneId,String staNo,String name,Long staType,Long code,Double offset,String autoing,String loading,String inEnable,String outEnable,String zpallet,Long staSts,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Sta(String uuid,Long zoneId,String staNo,String name,Long staType,Long code,Double offset,String autoing,String loading,String inEnable,String outEnable,String zpallet,Long staSts,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.zoneId = zoneId; |
| | | this.staNo = staNo; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public StaSts() {} |
| | | |
| | | public StaSts(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public StaSts(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public StaType() {} |
| | | |
| | | public StaType(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public StaType(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Task() {} |
| | | |
| | | public Task(String uuid,Long busId,String seqNum,Integer priority,String name,Long taskSts,Long taskType,Long agvId,Date ioTime,Date startTime,Date endTime,Date errTime,Long oriSta,Long oriLoc,Long destSta,Long destLoc,String emptyMk,String zpallet,String phase,String errDesc,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Task(String uuid,Long busId,String seqNum,Integer priority,String name,Long taskSts,Long taskType,Long agvId,Date ioTime,Date startTime,Date endTime,Date errTime,Long oriSta,Long oriLoc,Long destSta,Long destLoc,String emptyMk,String zpallet,String phase,String errDesc,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.busId = busId; |
| | | this.seqNum = seqNum; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public TaskSts() {} |
| | | |
| | | public TaskSts(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public TaskSts(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public TaskType() {} |
| | | |
| | | public TaskType(String uuid,String name,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public TaskType(String uuid,String name,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.status = status; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Travel() {} |
| | | |
| | | public Travel(String uuid,String travelId,Long agvId,Long currSeg,String taskContent,String taskIds,String state,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Travel(String uuid,String travelId,Long agvId,Long currSeg,String taskContent,String taskIds,String state,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.travelId = travelId; |
| | | this.agvId = agvId; |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | | private Integer createBy; |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 添加时间 |
| | |
| | | * 修改人员 |
| | | */ |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Integer updateBy; |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | |
| | | public Zone() {} |
| | | |
| | | public Zone(String uuid,String name,Double area,Integer capacity,Integer status,Integer deleted,Integer tenantId,Integer createBy,Date createTime,Integer updateBy,Date updateTime,String memo) { |
| | | public Zone(String uuid,String name,Double area,Integer capacity,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.area = area; |