TRX il y a 1 an
Parent
commit
90e7a72c66

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/domain/payment/ExpenseFlow.java

@@ -111,7 +111,7 @@ public class ExpenseFlow extends SuperMain {
     @DBRef(lazy = true)
     private UserAccount userAccount;
 
-    @Schema(description = "")
+    @Schema(description = "用户在机构的信息和基本信息")
     private UserOrgStoreModel storeUserInfo;
 
     //-----------------------关联的设备信息 start--------------------