fix submitPayInfo
This commit is contained in:
@@ -5,13 +5,13 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.persistence.*;
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
@ApiModel("加盟费/保证金实体")
|
||||
public class FranchiseFeeRequest {
|
||||
|
||||
private Long id;
|
||||
@ApiModelProperty("shopId")
|
||||
private Long shopId;
|
||||
@ApiModelProperty("payId")
|
||||
|
||||
Reference in New Issue
Block a user