bug
This commit is contained in:
@ -106,6 +106,12 @@ public class XzdBidPreProject extends BaseEntity {
|
|||||||
private Long investmentUnit;
|
private Long investmentUnit;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否标后 0 否 1 是
|
||||||
|
*/
|
||||||
|
private Long sfbh;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单据日期
|
* 单据日期
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -53,6 +53,11 @@ public class XzdBidPreProjectBo extends BaseEntity {
|
|||||||
@NotBlank(message = "国家不能为空", groups = { AddGroup.class, EditGroup.class })
|
@NotBlank(message = "国家不能为空", groups = { AddGroup.class, EditGroup.class })
|
||||||
private String country;
|
private String country;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否标后
|
||||||
|
*/
|
||||||
|
private Long sfbh;
|
||||||
/**
|
/**
|
||||||
* 省
|
* 省
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -68,6 +68,11 @@ public class XzdBidPreProjectVo implements Serializable {
|
|||||||
@ExcelProperty(value = "城市")
|
@ExcelProperty(value = "城市")
|
||||||
private String city;
|
private String city;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否标后
|
||||||
|
*/
|
||||||
|
private Long sfbh;
|
||||||
/**
|
/**
|
||||||
* 区县
|
* 区县
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user