|
|
@@ -81,8 +81,8 @@ public class InsOrders extends BaseModel {
|
|
|
private String insOrderNo;
|
|
|
|
|
|
@Schema(description = "签单时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- private LocalDate signingTime;
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ private LocalDateTime signingTime;
|
|
|
|
|
|
@Schema(description = "是否暂存0-保存;1-暂存")
|
|
|
private int isTemporarily;
|