smartTable icon indicating copy to clipboard operation
smartTable copied to clipboard

smarttable混淆

Open geoLei opened this issue 5 years ago • 3 comments

com.bin.david.form.exception.TableException: NoSuchFieldException :Please check whether field name is correct!

geoLei avatar May 14 '19 02:05 geoLei

我也遇到同样的问题,请问解决了吗?

dinghongyan avatar Sep 04 '19 03:09 dinghongyan

#SmartTable -keepattributes Annotation -keepclassmembers class ** { @com.bin.david.form.annotation.SmartTable; } -keep enum com.bin.david.form.annotation.ColumnType { *; }

FinleyLC avatar Sep 05 '19 01:09 FinleyLC

上面代码@com.bin.david.form.annotation.SmartTable;无法通过

jupitar avatar Dec 27 '23 03:12 jupitar