测站增加字段
parent
bbcd52d83e
commit
817ea5f3ed
|
|
@ -95,13 +95,6 @@ public class StStbprpB implements Serializable {
|
||||||
@Size(max = 500,message = "站址最大长度要小于 500")
|
@Size(max = 500,message = "站址最大长度要小于 500")
|
||||||
private String stlc;
|
private String stlc;
|
||||||
|
|
||||||
/**
|
|
||||||
* 弃用,使用adcd,行政区划码
|
|
||||||
*/
|
|
||||||
@TableField(value="addvcd")
|
|
||||||
@Schema(description="弃用,使用adcd,行政区划码")
|
|
||||||
@Size(max = 15,message = "弃用,使用adcd,行政区划码最大长度要小于 15")
|
|
||||||
private String addvcd;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* alt
|
* alt
|
||||||
|
|
@ -529,6 +522,20 @@ public class StStbprpB implements Serializable {
|
||||||
@TableField(value="agreement")
|
@TableField(value="agreement")
|
||||||
private String agreement;
|
private String agreement;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SIM卡
|
||||||
|
*/
|
||||||
|
@Schema(description="SIM卡")
|
||||||
|
@TableField(value="sim_card")
|
||||||
|
private String simCard;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 北斗卡号
|
||||||
|
*/
|
||||||
|
@Schema(description="北斗卡号")
|
||||||
|
@TableField(value="bd_card")
|
||||||
|
private String bdCard;
|
||||||
|
|
||||||
public static final String COL_STCD = "stcd";
|
public static final String COL_STCD = "stcd";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue