|
@ -67,12 +67,16 @@ public class BmsSupplierExcelBo { |
|
|
private Integer closeAccountStatus; |
|
|
private Integer closeAccountStatus; |
|
|
|
|
|
|
|
|
// 闭户日期
|
|
|
// 闭户日期
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
|
|
private LocalDateTime closeAccountDate; |
|
|
private LocalDateTime closeAccountDate; |
|
|
|
|
|
|
|
|
// 暂不合作状态
|
|
|
// 暂不合作状态
|
|
|
private Integer suspendCooperationStatus; |
|
|
private Integer suspendCooperationStatus; |
|
|
|
|
|
|
|
|
// 暂不合作日期
|
|
|
// 暂不合作日期
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
|
|
private LocalDateTime suspendCooperationDate; |
|
|
private LocalDateTime suspendCooperationDate; |
|
|
|
|
|
|
|
|
// 创建时间
|
|
|
// 创建时间
|
|
|