注释信息完善
This commit is contained in:
@@ -10,6 +10,7 @@ import java.util.Properties;
|
||||
|
||||
/**
|
||||
* 自定义注释生成器
|
||||
* Created by macro on 2018/4/26.
|
||||
*/
|
||||
public class CommentGenerator extends DefaultCommentGenerator {
|
||||
private boolean addRemarkComments = false;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -217,7 +217,7 @@ public class PmsProduct implements Serializable {
|
||||
private Integer promotionPerLimit;
|
||||
|
||||
/**
|
||||
* 促销类型:0->使用促销价;1->使用会员价;2->使用阶梯价格;3->使用满减价格
|
||||
* 促销类型:0->没有促销使用原价;1->使用促销价;2->使用会员价;3->使用阶梯价格;4->使用满减价格
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user