Commit 9940c379 authored by zhouqian's avatar zhouqian

增加ext info接口。

parent 1109b486
...@@ -4,7 +4,10 @@ package cn.quantgroup.xyqb.entity.enumerate; ...@@ -4,7 +4,10 @@ package cn.quantgroup.xyqb.entity.enumerate;
* Created by 11 on 2016/12/30. * Created by 11 on 2016/12/30.
*/ */
public enum IncomeEnum { public enum IncomeEnum {
CASH("现金结算"), SALARY_CARD("工资卡"), MIXING("混合"); UNKNOWN("未知"),
CASH("现金结算"),
SALARY_CARD("工资卡"),
MIXING("混合");
private String desc; private String desc;
private IncomeEnum(String desc){ private IncomeEnum(String desc){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment