|
|
@ -62,6 +62,10 @@ public class BsSgcJsjdBuiContInfo extends BaseEntity |
|
|
|
@ApiModelProperty("合同工期") |
|
|
|
private String contractDuration; |
|
|
|
|
|
|
|
@Excel(name = "合同类型") |
|
|
|
@ApiModelProperty("合同类型") |
|
|
|
private String contractType; |
|
|
|
|
|
|
|
/** 签订时间 */ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
@Excel(name = "签订时间", width = 30, dateFormat = "yyyy-MM-dd") |
|
|
|