init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.ruoyi.cai.dto.app.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AgreementDTO {
|
||||
private String agreement;
|
||||
|
||||
public AgreementDTO() {
|
||||
}
|
||||
|
||||
public AgreementDTO(String agreement) {
|
||||
this.agreement = agreement;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user