fix:费用类型feetId
This commit is contained in:
@@ -32,6 +32,10 @@ public enum WalletFeeItemEnum {
|
|||||||
EXPENSE_DECORATION_MONEY(316, "expense_decoration_money", "装修费"),
|
EXPENSE_DECORATION_MONEY(316, "expense_decoration_money", "装修费"),
|
||||||
EXPENSE_EQUIPMENT_MONEY(317, "expense_equipment_money", "设备费"),
|
EXPENSE_EQUIPMENT_MONEY(317, "expense_equipment_money", "设备费"),
|
||||||
FIRST_ORDER(321, "expense_first_order_money", "首批订货"),
|
FIRST_ORDER(321, "expense_first_order_money", "首批订货"),
|
||||||
|
ADVERTISEMENT_FEE(322, "expense_advertisement_fee", "监控设备类(立规)"),
|
||||||
|
VIDEO_DEVICE_FEE(323, "expense_video_device_fee", "灯箱广告类(立规)"),
|
||||||
|
LI_GUI_SERVICE_FEE(324, "expense_li_gui_service_fee", "管理服务费(立规)"),
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
private final Integer feeItemId;
|
private final Integer feeItemId;
|
||||||
|
|||||||
Reference in New Issue
Block a user