add integration to aps
parent
34beff6cc7
commit
f8b385d274
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.aps.bean;
|
||||
package cn.estsh.i3plus.pojo.aps.common;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
||||
import lombok.Data;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.aps.bean;
|
||||
package cn.estsh.i3plus.pojo.aps.common;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
@ -0,0 +1,5 @@
|
||||
package cn.estsh.i3plus.pojo.aps.holders;
|
||||
|
||||
public enum EExportDetail {
|
||||
Project
|
||||
}
|
Loading…
Reference in New Issue