This commit is contained in:
linfso 2024-04-17 09:49:16 +08:00
parent 4e0b9660ec
commit 906df66940

View File

@ -33,6 +33,7 @@ public class EmisDestination extends BaseEntity
{
private static final long serialVersionUID = 1L;
/* 序号 */
private Long id;
/* 目的地编码 */
@ -59,8 +60,12 @@ public class EmisDestination extends BaseEntity
private String town;
/* 是否偏远地区 0-否 1-是 */
private Integer isHinterland;
/* 创建网点 */
private String createSite;
/* 更新网点 */
private String updateSite;
// 扩展vo字段
private String lineName;
private String countryName;
private String provinceName;