OA
This commit is contained in:
@@ -5,6 +5,9 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class IntentAgreementSubmitRequest {
|
||||
|
||||
@@ -37,6 +40,12 @@ public class IntentAgreementSubmitRequest {
|
||||
@ApiModelProperty("公司地址")
|
||||
private String businessLicenseAddress;
|
||||
|
||||
private BigDecimal jmf;
|
||||
|
||||
private Date signStartTime;
|
||||
|
||||
private Date signEndTime;
|
||||
|
||||
|
||||
public SigningBaseInfoDO toSigningBaseInfoDO() {
|
||||
SigningBaseInfoDO signingBaseInfoDO = new SigningBaseInfoDO();
|
||||
|
||||
Reference in New Issue
Block a user