This commit is contained in:
zzz
2025-12-15 09:30:21 +08:00
parent 8e5303838e
commit fb794de044
3 changed files with 16 additions and 0 deletions

View File

@ -106,6 +106,12 @@ public class XzdBidPreProject extends BaseEntity {
private Long investmentUnit; private Long investmentUnit;
/**
* 是否标后 0 否 1 是
*/
private Long sfbh;
/** /**
* 单据日期 * 单据日期
*/ */

View File

@ -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;
/** /**
* 省 * 省
*/ */

View File

@ -68,6 +68,11 @@ public class XzdBidPreProjectVo implements Serializable {
@ExcelProperty(value = "城市") @ExcelProperty(value = "城市")
private String city; private String city;
/**
* 是否标后
*/
private Long sfbh;
/** /**
* 区县 * 区县
*/ */