|
@@ -281,5 +281,51 @@ public class SysUser extends CommonEntity {
|
|
|
@Schema(description = "主管名称")
|
|
|
@TableField(exist = false)
|
|
|
private String directorName;
|
|
|
+ @Schema(description = "企业编码")
|
|
|
+ private String companyNumber;
|
|
|
|
|
|
+ @Schema(description = "企业名称")
|
|
|
+ private String companyName;
|
|
|
+
|
|
|
+ @Schema(description = "法人名称")
|
|
|
+ private String legalName;
|
|
|
+
|
|
|
+ @Schema(description = "法人联系人")
|
|
|
+ private String legalPhone;
|
|
|
+
|
|
|
+ @Schema(description = "联系人名称")
|
|
|
+ private String contactName;
|
|
|
+
|
|
|
+ @Schema(description = "联系人电话")
|
|
|
+ private String contactPhone;
|
|
|
+
|
|
|
+ @Schema(description = "企业类型")
|
|
|
+ private String companyType;
|
|
|
+
|
|
|
+ @Schema(description = "注册资本")
|
|
|
+ private String registeredCapital;
|
|
|
+
|
|
|
+ @Schema(description = "注册日期")
|
|
|
+ private String establishmentData;
|
|
|
+
|
|
|
+ @Schema(description = "企业地址")
|
|
|
+ private String companyAddress;
|
|
|
+
|
|
|
+ @Schema(description = "企业期限")
|
|
|
+ private String businessTerm;
|
|
|
+
|
|
|
+ @Schema(description = "登记机关")
|
|
|
+ private String registrationAuthority;
|
|
|
+
|
|
|
+ @Schema(description = "申报企业编号")
|
|
|
+ private String sbqyNumber;
|
|
|
+
|
|
|
+ @Schema(description = "监管场所")
|
|
|
+ private String prisonManagement;
|
|
|
+
|
|
|
+ @Schema(description = "主管海关")
|
|
|
+ private String responsibleCustoms;
|
|
|
+
|
|
|
+ @Schema(description = "经营范围")
|
|
|
+ private String businessScope;
|
|
|
}
|