添加实体类

This commit is contained in:
tangfutang 2021-08-04 13:46:53 +08:00
parent 1258bba9de
commit 84a40321f5
3 changed files with 12 additions and 0 deletions

View File

@ -109,4 +109,8 @@ public interface LC_CALC_SUBSECTION_INFO{
* 更新时间 STRING(32)<br>
*/
public static final String UPDATETIME = "UPDATETIME";
/**
* 期次是否只读 STRING(10)<br>
*/
public static final String IS_ONLYREAD_INCOME_NUMBER = "IS_ONLYREAD_INCOME_NUMBER";
}

View File

@ -109,4 +109,8 @@ public interface LC_CALC_SUBSECTION_INFO_HIS{
* 更新时间 STRING(32)<br>
*/
public static final String UPDATETIME = "UPDATETIME";
/**
* 期次是否只读 STRING(10)<br>
*/
public static final String IS_ONLYREAD_INCOME_NUMBER = "IS_ONLYREAD_INCOME_NUMBER";
}

View File

@ -113,4 +113,8 @@ public interface LC_CALC_SUBSECTION_INFO_TEMP{
* Á÷³Ì±êÊ STRING(32)<br>
*/
public static final String FLOWUNID = "FLOWUNID";
/**
* 期次是否只读 STRING(10)<br>
*/
public static final String IS_ONLYREAD_INCOME_NUMBER = "IS_ONLYREAD_INCOME_NUMBER";
}