Commit dc5ccd59 authored by lisong's avatar lisong

更新

parent fa564776
...@@ -11,11 +11,11 @@ public enum EnterpriseEnums { ...@@ -11,11 +11,11 @@ public enum EnterpriseEnums {
* 企业注册类型 * 企业注册类型
*/ */
// 企业单位 // 企业单位
QY("QY_DW","6597", "企业单位"), QY_DW("QY_DW","6597", "企业单位"),
// 事业单位 // 事业单位
SY_DW("SY_DW", "6598","事业单位"), SY_DW("SY_DW", "6598","事业单位"),
// 个人主体 // 个人主体
GT("GR_ZT", "6599","个人主体"); GR_ZT("GR_ZT", "6599","个人主体");
String type; String type;
String code; String code;
......
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