feat: exist=false 国家属性字段
This commit is contained in:
+12
@@ -158,6 +158,18 @@ public class SarStandAttrInfo extends BaseEntity {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
private String ssrq;
|
||||
|
||||
@ApiModelProperty(value = "实施日期(国际)")
|
||||
@TableField(exist=false)
|
||||
private String ssrqgj;
|
||||
|
||||
@ApiModelProperty(value = "新车型实施日期(国家)")
|
||||
@TableField(exist=false)
|
||||
private String xcxssrqgj;
|
||||
|
||||
@ApiModelProperty(value = "在产车实施日期(国家)")
|
||||
@TableField(exist=false)
|
||||
private String zccssrqgj;
|
||||
|
||||
@ApiModelProperty(value = "修改单")
|
||||
@TableField("XGD")
|
||||
private String xgd;
|
||||
|
||||
Reference in New Issue
Block a user