- package com.ydtech.modules.protocol.constants;
- public class TaxSourceStatusConstants {
- public static final String TAX_SOURCE_START = "1";
- public static final String TAX_SOURCE_STOP = "0";
- //排除部门
- public static final String EXCLUDE_TYPE_DEPT = "1";
- //排除车牌
- public static final String EXCLUDE_TYPE_LICENSE = "2";
- }
|