fwq
2022-07-21 ec3c2137e3e471ef962e18f0ee8f965ac21d0388
提交 | 用户 | age
d6712e 1 package com.hz.phis.dt.promotion;
F 2
ec3c21 3 /**促销扩展*/
d6712e 4 public class PromotionDt {
F 5
6     /**更新时间*/
7     private String editTime;
8
9     public String getEditTime() {
10         return editTime;
11     }
12
13     public void setEditTime(String editTime) {
14         this.editTime = editTime;
15     }
16 }