|
@@ -0,0 +1,18 @@
|
|
|
+package com.sooka.model.vo;
|
|
|
+
|
|
|
+
|
|
|
+import lombok.Getter;
|
|
|
+import lombok.Setter;
|
|
|
+
|
|
|
+@Getter
|
|
|
+@Setter
|
|
|
+public class Gatlichotelindustryspeciallicenselistquery_VO extends BaseVO {
|
|
|
+
|
|
|
+ //法定代表人姓名
|
|
|
+ String legalRepresentativeName;
|
|
|
+ //法定代表人身份证号码
|
|
|
+ String legalRepresentativeidcardNo;
|
|
|
+ //行政相对人名称
|
|
|
+ String administrativeCounterpartName;
|
|
|
+
|
|
|
+}
|