Commit 19902c81 by guojuxing

dto implement修改

parent 37fbc3dc
package com.gic.auth.dto;
import com.gic.enterprise.base.UserResourceInfo;
import java.io.Serializable;
import java.util.Date;
......@@ -14,7 +12,7 @@ import javax.validation.constraints.NotNull;
* @author guojuxing

* @date 2019/9/2 10:54 AM

*/
public class UserResourceDTO implements Serializable, UserResourceInfo {
public class UserResourceDTO implements Serializable{
private static final long serialVersionUID = 5635155351382206941L;
public interface SaveUserResourceValid {
......
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