ソースを参照

删除没用的依赖

chenyongxing 7 年 前
コミット
379039e041

+ 1 - 1
svr/svr-quota/src/main/java/com/yihu/jw/quota/vo/QuotaVo.java

@ -6,7 +6,7 @@ import java.util.Date;
/**
 * Created by chenweida on 2017/6/1.
 */
public class QuotaVO implements Serializable{
public class QuotaVo implements Serializable{
    private Integer id;
    private String code;
    private String compute;