ソースを参照

附件上传新增排序字段

吕宣芝 1 年間 前
コミット
8717579b36

+ 1 - 1
src/main/java/com/sooka/sponest/data/system/attach/domain/CenterdataTAttach.java

@@ -69,6 +69,6 @@ public class CenterdataTAttach extends BaseBusinessEntity {
      * 排序
      */
     @ApiModelProperty(value = "排序", required = false)
-    private String attachSorts;
+    private int attachSorts;
 
 }