|
|
@ -38,6 +38,7 @@ import java.util.List;
|
|
|
|
@MainKey(groups = {InsertGroup.class, UpdateGroup.class})
|
|
|
|
@MainKey(groups = {InsertGroup.class, UpdateGroup.class})
|
|
|
|
public class Work extends BaseAPS {
|
|
|
|
public class Work extends BaseAPS {
|
|
|
|
private static final long serialVersionUID = 6471740978550523187L;
|
|
|
|
private static final long serialVersionUID = 6471740978550523187L;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CODE")
|
|
|
|
@Column(name="CODE")
|
|
|
|
@ApiParam(value ="编码")
|
|
|
|
@ApiParam(value ="编码")
|
|
|
|
@FieldAnnotation(popSearch = true, mainkey = true, modify = false)
|
|
|
|
@FieldAnnotation(popSearch = true, mainkey = true, modify = false)
|
|
|
|