feat:法大大一期 查询
This commit is contained in:
@@ -86,4 +86,14 @@ public class SignFranchiseDO {
|
||||
//是否统管 : 1-统管,0-不统管',
|
||||
@Column(name = "unified_management")
|
||||
private Integer unifiedManagement;
|
||||
/**
|
||||
* 信息是否一致 财务使用
|
||||
*/
|
||||
@Column(name = "info_consistency_flag")
|
||||
private Integer infoConsistencyFlag;
|
||||
/**
|
||||
* 不一致原因
|
||||
*/
|
||||
@Column(name = "reason")
|
||||
private String reason;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.Date;
|
||||
@@ -240,6 +241,10 @@ public class AddSignFranchiseResponse {
|
||||
|
||||
@ApiModelProperty("是否统管 : 1-统管,0-不统管")
|
||||
private Integer unifiedManagement;
|
||||
@ApiModelProperty("信息是否一致")
|
||||
private Integer infoConsistencyFlag;
|
||||
@ApiModelProperty("不一致原因")
|
||||
private String reason;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user