| | |
| | | |
| | | /*****************类型信息 注:以下常量以phis的UserMoneyLog常量为主*******************************/ |
| | | |
| | | /**操作人类型-用户*/ |
| | | public static final int OPERATOR_TYPE_USER = 0; |
| | | /**操作人类型-员工*/ |
| | | public static final int OPERATOR_TYPE_EMPLOYEE = 1; |
| | | /**操作人类型-管理员*/ |
| | | public static final int OPERATOR_TYPE_ADMIN = 2; |
| | | /**操作人类型-系统*/ |
| | | public static final int OPERATOR_TYPE_SYSTEM = 3; |
| | | public static final int OPERATOR_TYPE_SYSTEM = 0; |
| | | /**操作人类型-管理员*/ |
| | | public static final int OPERATOR_TYPE_ADMIN = 1; |
| | | /**操作人类型-用户*/ |
| | | public static final int OPERATOR_TYPE_USER = 2; |
| | | /**操作人类型-员工*/ |
| | | public static final int OPERATOR_TYPE_EMPLOYEE = 3; |
| | | |
| | | |
| | | /**操作类型-系统处理*/ |
| | | public static final int OP_TYPE_SYS = 0; |