|
@@ -5,6 +5,7 @@ import com.github.microservice.types.deviceUse.DeviceType;
|
|
|
import com.github.microservice.types.payment.PaymentDeviceType;
|
|
import com.github.microservice.types.payment.PaymentDeviceType;
|
|
|
import com.github.microservice.types.payment.PaymentType;
|
|
import com.github.microservice.types.payment.PaymentType;
|
|
|
import com.zhongshu.card.client.model.base.SuperModel;
|
|
import com.zhongshu.card.client.model.base.SuperModel;
|
|
|
|
|
+import com.zhongshu.card.client.model.org.orgUser.UserOrgStoreModel;
|
|
|
import com.zhongshu.card.client.model.school.AreaSimpleModel;
|
|
import com.zhongshu.card.client.model.school.AreaSimpleModel;
|
|
|
import com.zhongshu.card.client.model.school.CardInfoModel;
|
|
import com.zhongshu.card.client.model.school.CardInfoModel;
|
|
|
import com.zhongshu.card.client.model.school.CardInfoSimpleModel;
|
|
import com.zhongshu.card.client.model.school.CardInfoSimpleModel;
|
|
@@ -56,6 +57,9 @@ public class ExpenseFlowPageModel extends SuperModel {
|
|
|
@Schema(description = "用户名称")
|
|
@Schema(description = "用户名称")
|
|
|
private String userName;
|
|
private String userName;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "用户在机构的信息和基本信息")
|
|
|
|
|
+ private UserOrgStoreModel storeUserInfo;
|
|
|
|
|
+
|
|
|
@Schema(description = "消费机设备ID")
|
|
@Schema(description = "消费机设备ID")
|
|
|
private String deviceId;
|
|
private String deviceId;
|
|
|
|
|
|