fix 开店管理增加合同签约,门店编码trim 修复导出字段没值

This commit is contained in:
shuo.wang
2025-05-06 17:18:54 +08:00
parent 70c114db24
commit c5bcfee942
6 changed files with 30 additions and 12 deletions

View File

@@ -49,4 +49,9 @@ public class PreparationDTO {
private Integer joinMode;
private Integer storeType;
private Long pointId;
}

View File

@@ -45,4 +45,8 @@ public class BranchShopRequest extends PageBasicInfo{
@NotNull
private Integer flag;
@ApiModelProperty("合同开始时间")
private Date contractStartTime;
@ApiModelProperty("合同结束时间")
private Date contractEndTime;
}