提交修改
This commit is contained in:
parent
ae4f02a8b7
commit
9d3a884103
@ -5,7 +5,7 @@ package com.heyu.api.data.enums;
|
|||||||
*/
|
*/
|
||||||
public enum SettlementStatusEnums {
|
public enum SettlementStatusEnums {
|
||||||
// apply_for_approval:同意审批,agree_approval: 同意审批 ,reject_approval:拒绝审批
|
// apply_for_approval:同意审批,agree_approval: 同意审批 ,reject_approval:拒绝审批
|
||||||
apply_for_approval("apply_for_approval", "妥投"),
|
apply_for_approval("apply_for_approval", "申请审批"),
|
||||||
agree_approval("agree_approval", "同意审批"),
|
agree_approval("agree_approval", "同意审批"),
|
||||||
reject_approval("reject_approval", "拒绝审批");
|
reject_approval("reject_approval", "拒绝审批");
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ public enum SettlementStatusEnums {
|
|||||||
|
|
||||||
private String desc;
|
private String desc;
|
||||||
|
|
||||||
|
|
||||||
SettlementStatusEnums(String status, String desc) {
|
SettlementStatusEnums(String status, String desc) {
|
||||||
this.status = status;
|
this.status = status;
|
||||||
this.desc = desc;
|
this.desc = desc;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user