Optimize upload modal file button

This commit is contained in:
wkc
2026-03-12 10:50:06 +08:00
parent 4e696eff1e
commit c68e694536
3 changed files with 50 additions and 51 deletions

View File

@@ -27,5 +27,5 @@ public class FetchInnerFlowRequest {
private Integer dataEndDateId;
/** 柜员号 */
private Integer uploadUserId;
private String uploadUserId;
}