feat: 处理只读状态

This commit is contained in:
wangyu 2021-09-21 23:03:36 +08:00
parent 45abcfab4d
commit ac79460423
1 changed files with 4 additions and 0 deletions

View File

@ -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转换的逻辑
* *