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