记得上下班打卡 | git大法好,push需谨慎

Commit b429480f authored by 张国柄's avatar 张国柄

+operator;

parent 2d941c73
......@@ -69,6 +69,11 @@ public class CandyCouponCode implements Serializable {
*/
private LocalDateTime redeemStop;
/**
* 操作人
*/
private String operator;
private LocalDateTime createdAt;
private LocalDateTime updatedAt;
......
......@@ -73,6 +73,11 @@ public class CandyUserCoupon implements Serializable,Cloneable {
*/
private String usedFor;
/**
* 操作人
*/
private String operator;
private LocalDateTime createdAt;
private LocalDateTime updatedAt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment