Commit a537c28a authored by tianbo's avatar tianbo

气瓶增加技术服务商字段

parent b912f697
......@@ -107,4 +107,6 @@ public class CylinderUnitDto extends BaseDto {
private boolean outOfDate = false;
@ApiModelProperty(value = "技术服务商")
private String developerAgency;
}
......@@ -28,10 +28,6 @@ public class CylinderUnit extends BaseEntity {
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "单位ID")
private String unitId;
......@@ -59,8 +55,6 @@ public class CylinderUnit extends BaseEntity {
@ApiModelProperty(value = "企业邮编")
private String postalCode;
@ApiModelProperty(value = "同步时间 yyyy-MM-dd HH24:mi:ss")
private Date syncDate;
......@@ -87,4 +81,7 @@ public class CylinderUnit extends BaseEntity {
@ApiModelProperty(value = "所属区域")
private String regionName;
@ApiModelProperty(value = "技术服务商")
private String developerAgency;
}
......@@ -48,7 +48,6 @@ import com.yeejoin.amos.boot.module.tzs.flc.api.dto.CylinderIntegrityDataUnitDto
import com.yeejoin.amos.boot.module.tzs.flc.api.dto.CylinderTagsDataUnitDto;
import com.yeejoin.amos.boot.module.tzs.flc.api.dto.CylinderUnitDataDto;
import com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderAreaData;
import com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingCheckDataUnit;
import com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingDataUnit;
import com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingUnloadData;
import com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingUnloadDataUnit;
......
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