签到+结束会销
This commit is contained in:
@@ -18,7 +18,7 @@ public class ExhibitionLineDTO {
|
||||
|
||||
private String exhibitionId;
|
||||
|
||||
private Integer lineId;
|
||||
private Long lineId;
|
||||
|
||||
private Integer wantShopArea;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
@@ -10,7 +10,7 @@ import lombok.Data;
|
||||
@Data
|
||||
public class LineInterviewDTO {
|
||||
|
||||
private Integer lineId;
|
||||
private Long lineId;
|
||||
|
||||
private String investmentManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user