model添加字段注释

This commit is contained in:
zhh
2018-04-24 16:50:51 +08:00
parent 353d731196
commit bc3c569616
48 changed files with 1397 additions and 1 deletions

View File

@@ -10,6 +10,11 @@ public class PmsMemberPrice implements Serializable {
private Long memberLevelId;
/**
* 会员价格
*
* @mbggenerated
*/
private BigDecimal memberPrice;
private static final long serialVersionUID = 1L;