File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/main/java/com/lark/project/service/field/builder Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1818
1919import com .google .gson .annotations .SerializedName ;
2020import com .lark .project .service .field .model .TeamOption ;
21+
2122import java .util .List ;
2223
2324
2425public class UpdateFieldReqBody {
25- @ SerializedName ("number_config" )
26- private NumberConfig numberConfig ;
27-
28- @ SerializedName ("team_option" )
29- private TeamOption teamOption ;
30-
3126 @ SerializedName ("field_name" )
3227 private String fieldName ;
3328 @ SerializedName ("field_key" )
@@ -46,6 +41,10 @@ public class UpdateFieldReqBody {
4641 private String helpDescription ;
4742 @ SerializedName ("authorized_roles" )
4843 private List <String > authorizedRoles ;
44+ @ SerializedName ("number_config" )
45+ private NumberConfig numberConfig ;
46+ @ SerializedName ("team_option" )
47+ private TeamOption teamOption ;
4948
5049 public String getFieldName () {
5150 return this .fieldName ;
You can’t perform that action at this time.
0 commit comments