|
|
@@ -113,12 +113,32 @@ public class OrganizationListOut {
|
|
|
private Integer cashierExamine;
|
|
|
private String techAdminId;
|
|
|
private String techAdminName;
|
|
|
+
|
|
|
+ private String operationGuaranteeId;
|
|
|
+ private String operationGuaranteeName;
|
|
|
+
|
|
|
private List<ExpenseConfigDetails> expenseRetrialFinanceExamineList;
|
|
|
private List<ExpenseConfigDetails> ceoExamineList;
|
|
|
private List<ExpenseConfigDetails> cfoExamineList;
|
|
|
private List<ExpenseConfigDetails> viceCeoExamineList;
|
|
|
private List<ExpenseConfigDetails> cashierExamineList;
|
|
|
|
|
|
+ public String getOperationGuaranteeId() {
|
|
|
+ return operationGuaranteeId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOperationGuaranteeId(String operationGuaranteeId) {
|
|
|
+ this.operationGuaranteeId = operationGuaranteeId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getOperationGuaranteeName() {
|
|
|
+ return operationGuaranteeName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOperationGuaranteeName(String operationGuaranteeName) {
|
|
|
+ this.operationGuaranteeName = operationGuaranteeName;
|
|
|
+ }
|
|
|
+
|
|
|
public String getTechAdminId() {
|
|
|
return techAdminId;
|
|
|
}
|