feat: 处理只读状态
This commit is contained in:
parent
45abcfab4d
commit
ac79460423
@ -7,6 +7,10 @@ package com.flyfish.framework.domain.base;
|
|||||||
*/
|
*/
|
||||||
public interface Vo<T> {
|
public interface Vo<T> {
|
||||||
|
|
||||||
|
void setId(String id);
|
||||||
|
|
||||||
|
String getId();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 赋值,从po转换的逻辑
|
* 赋值,从po转换的逻辑
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user