签到+结束会销

This commit is contained in:
苏竹红
2023-12-13 16:33:26 +08:00
parent 69c3fa7714
commit a05215c89e
18 changed files with 212 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ public class ExhibitionLineDTO {
private String exhibitionId;
private Integer lineId;
private Long lineId;
private Integer wantShopArea;

View File

@@ -0,0 +1,17 @@
package com.cool.store.dto.exhibition;
import lombok.Data;
/**
* @Author suzhuhong
* @Date 2023/12/13 13:25
* @Version 1.0
*/
@Data
public class PartnerSignUpDTO {
private Long lineId;
private Integer count;
}

View File

@@ -10,7 +10,7 @@ import lombok.Data;
@Data
public class LineInterviewDTO {
private Integer lineId;
private Long lineId;
private String investmentManager;