..
This commit is contained in:
@@ -4,6 +4,7 @@ import com.budwk.app.base.model.BaseModel;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nutz.dao.entity.annotation.*;
|
||||
import org.nutz.dao.interceptor.annotation.PrevInsert;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@@ -11,9 +12,11 @@ import org.nutz.dao.entity.annotation.*;
|
||||
@Comment("流程分类")
|
||||
public class ProcessCategory extends BaseModel {
|
||||
|
||||
@Id
|
||||
@Name
|
||||
@Comment("ID")
|
||||
private Long id;
|
||||
@PrevInsert(uu32 = true)
|
||||
@ColDefine(type = ColType.VARCHAR, width = 32)
|
||||
private String id;
|
||||
|
||||
@Comment("名称")
|
||||
@Column
|
||||
|
||||
Reference in New Issue
Block a user