添加实体类
This commit is contained in:
parent
1258bba9de
commit
84a40321f5
@ -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";
|
||||
}
|
||||
@ -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";
|
||||
}
|
||||
@ -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";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user