类 Property
java.lang.Object
com.baomidou.mybatisplus.generator.fill.Property
- 所有已实现的接口:
IFill
属性填充
- 从以下版本开始:
- 3.5.0 2020/11/30.
- 作者:
- nieqiurong
-
构造器详细资料
-
Property
public Property(@NotNull @NotNull String propertyName, @NotNull @NotNull com.baomidou.mybatisplus.annotation.FieldFill fieldFill) -
Property
-
-
方法详细资料
-
getName
-
getFieldFill
@NotNull public @NotNull com.baomidou.mybatisplus.annotation.FieldFill getFieldFill()- 指定者:
getFieldFill在接口中IFill
-