注释信息完善

This commit is contained in:
zhh
2018-04-26 09:23:14 +08:00
parent a41633a9b7
commit f603ca624d
112 changed files with 34531 additions and 42 deletions

View File

@@ -10,6 +10,7 @@ import java.util.Properties;
/**
* 自定义注释生成器
* Created by macro on 2018/4/26.
*/
public class CommentGenerator extends DefaultCommentGenerator {
private boolean addRemarkComments = false;

View File

@@ -11,6 +11,7 @@ import java.util.List;
/**
* 用于生产MBG的代码
* Created by macro on 2018/4/26.
*/
public class Generator {
public static void main(String[] args) throws Exception {

View File

@@ -217,7 +217,7 @@ public class PmsProduct implements Serializable {
private Integer promotionPerLimit;
/**
* 促销类型0->使用促销价;1->使用会员价;2->使用阶梯价格;3->使用满减价格
* 促销类型0->没有促销使用原价;1->使用促销价;2->使用会员价;3->使用阶梯价格;4->使用满减价格
*
* @mbggenerated
*/