|
@@ -216,6 +216,7 @@ public class ZfireFiledAop {
|
|
|
fieldBean.setTiling(true);
|
|
|
fieldBean.setIsShow(true);
|
|
|
fieldBean.setIsQuery(true);
|
|
|
+ fieldBean.setIsCutting(true);
|
|
|
|
|
|
|
|
|
Annotation[] annotations = field.getAnnotations();
|
|
@@ -248,6 +249,7 @@ public class ZfireFiledAop {
|
|
|
fieldBean.setFixed(zfireField.fixed());
|
|
|
fieldBean.setPk(pk);
|
|
|
fieldBean.setMultiple(zfireField.multiple());
|
|
|
+ fieldBean.setIsCutting(zfireField.isCutting());
|
|
|
|
|
|
}else if(annotation instanceof ApiModelProperty){
|
|
|
ApiModelProperty property = (ApiModelProperty) annotation;
|